diff plugins/xxinit2.py @ 14:0b8b7e3ed78d traipse_dev

Adding fixes from OpenRPG 1.8.0 Includes GUI patch for Linux users, init2 plugin, cherrypy XML refrence Completely removes approot from the startup process and creates a software cleanup process as well.
author sirebral
date Mon, 20 Jul 2009 21:25:13 -0500
parents 4385a7d0efd1
children c54768cffbd4
line wrap: on
line diff
--- a/plugins/xxinit2.py	Sat Jul 18 11:08:53 2009 -0500
+++ b/plugins/xxinit2.py	Mon Jul 20 21:25:13 2009 -0500
@@ -2234,7 +2234,7 @@
        return rank
 
     def get_unique_tag(self, name):
-        m = hashlib.new()
+        m = hashlib.md5()
         m.update(str(random.random()) + str(name))
         return m.hexdigest()