This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
pymeds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
make rarfile properly a no-op...
[git-p4: depot-paths = "//depot/": change = 1144]
replace/b43bf02ddeddd088c0e6b94974ca1a46562eb3db
John-Mark Gurney
17 years ago
parent
e1d8d9fbe0
commit
b60dd8989f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ZipStorage.py
+ 1
- 1
ZipStorage.py
View File
@@ -16,7 +16,7 @@ try:
import iterrarfile
rarfile = iterrarfile
except ImportError:
class rarfile
()
:
class rarfile:
pass
rarfile = rarfile()
Write
Preview
Loading…
Cancel
Save