diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-17 21:11:22 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-17 21:11:22 +0200 |
commit | f8422d1555df000d2f55d59afc372c20cd9fe677 (patch) | |
tree | 657cbb0fe3e730cedc6718509cc91fdea5ddfbb1 /module/Utils.py | |
parent | fixes last commit (diff) | |
download | pyload-f8422d1555df000d2f55d59afc372c20cd9fe677.tar.xz |
convert sizes to ints
Diffstat (limited to 'module/Utils.py')
-rw-r--r-- | module/Utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Utils.py b/module/Utils.py index 63ae9488f..6808f6862 100644 --- a/module/Utils.py +++ b/module/Utils.py @@ -113,4 +113,4 @@ def parseFileSize(string): #returns bytes if __name__ == "__main__": print freeSpace(".") - print replace("ab'cdgdsf''ds'", "'ghd") + print removeChars("ab'cdgdsf''ds'", "'ghd") |