fix unicode error (string.format should probably promote the format string to unicode so I don't have to keep this in mind :(

This commit is contained in:
David Vierra 2011-09-12 13:29:39 -10:00
parent c513b3bb11
commit c1e7f7260d

View File

@ -119,7 +119,7 @@ this way.
print "Minecraft_Server.jar storage initialized."
print "Each server is stored in a subdirectory of {0} named with the server's version number".format(self.cacheDir)
print u"Each server is stored in a subdirectory of {0} named with the server's version number".format(self.cacheDir)
print "Cached servers: ", self.versions