projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed obsolete code
[wxWidgets.git]
/
wxPython
/
distrib
/
viewdocs.py
diff --git
a/wxPython/distrib/viewdocs.py
b/wxPython/distrib/viewdocs.py
index a30faee3388eda08bede3f0d574538b530e0c1eb..01151c1902d1519b94fbca58c9f0687a8b37a8de 100755
(executable)
--- a/
wxPython/distrib/viewdocs.py
+++ b/
wxPython/distrib/viewdocs.py
@@
-11,6
+11,9
@@
if __name__ == '__main__':
basePath = os.path.dirname(sys.argv[0])
else:
basePath = os.path.dirname(__file__)
basePath = os.path.dirname(sys.argv[0])
else:
basePath = os.path.dirname(__file__)
+if not basePath:
+ basePath = '.'
+
# test for write access
if os.access(basePath, os.W_OK):
# test for write access
if os.access(basePath, os.W_OK):
@@
-19,7
+22,6
@@
if os.access(basePath, os.W_OK):
args = ['',
'--cache='+basePath,
os.path.join(basePath, 'wx.zip'),
args = ['',
'--cache='+basePath,
os.path.join(basePath, 'wx.zip'),
- os.path.join(basePath, 'ogl.zip'),
]
# add any other .zip files found
]
# add any other .zip files found