removed some dead code

This commit is contained in:
Anton Mitrokhin
2014-08-06 09:36:47 +04:00
parent 0571ca54f6
commit f98038a03c
2 changed files with 4 additions and 10 deletions

View File

@@ -37,7 +37,8 @@ import os
import errno
import shutil
# generic empty class
class EmptyClass(object): pass
# load/save almost every object to a file (good for bug reproducing)
def dump(fname, obj):