Browse Source

make rarfile properly a no-op...

[git-p4: depot-paths = "//depot/": change = 1144]
replace/b43bf02ddeddd088c0e6b94974ca1a46562eb3db
John-Mark Gurney 17 years ago
parent
commit
b60dd8989f
1 changed files with 1 additions and 1 deletions
  1. +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()


Loading…
Cancel
Save