Skip to content

Commit 9202d32

Browse files
committed
Update relative paths in describe.py
1 parent dad3aa3 commit 9202d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

describe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
import uritemplate
4545

4646
DISCOVERY_DOC_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)),
47-
'../googleapiclient/discovery_cache/documents')
47+
'googleapiclient/discovery_cache/documents')
4848

4949
CSS = """<style>
5050
@@ -137,7 +137,7 @@
137137
<p class="firstline">$firstline</p>"""
138138

139139
BASE = os.path.join(os.path.dirname(os.path.realpath(__file__)),
140-
"../docs/dyn")
140+
"docs/dyn")
141141

142142
DIRECTORY_URI = "https://www.googleapis.com/discovery/v1/apis"
143143

0 commit comments

Comments
 (0)