Fixed sorting
svn: r1373
This commit is contained in:
@ -56,7 +56,7 @@ except:
|
||||
#-------------------------------------------------------------------------
|
||||
def importData(database, filename, callback):
|
||||
|
||||
filename = os.path.normpath(filename)
|
||||
filename = os.path.normpath(filename).encode('iso8859-1')
|
||||
basefile = os.path.dirname(filename)
|
||||
database.smap = {}
|
||||
database.pmap = {}
|
||||
|
Reference in New Issue
Block a user