comparison babel/messages/mofile.py @ 531:f642c81ce8cc

cleanup: remove unused imports
author fschwarz
date Sat, 05 Mar 2011 16:40:24 +0000
parents 85e1beadacb0
children 030ddf3f5b13
comparison
equal deleted inserted replaced
530:85e1beadacb0 531:f642c81ce8cc
44 """ 44 """
45 catalog = Catalog() 45 catalog = Catalog()
46 headers = {} 46 headers = {}
47 47
48 filename = getattr(fileobj, 'name', '') 48 filename = getattr(fileobj, 'name', '')
49 charset = None
50 49
51 buf = fileobj.read() 50 buf = fileobj.read()
52 buflen = len(buf) 51 buflen = len(buf)
53 unpack = struct.unpack 52 unpack = struct.unpack
54 53
Copyright (C) 2012-2017 Edgewall Software