From: <ch...@us...> - 2010-08-07 18:16:17
|
Revision: 357 http://virtplayground.svn.sourceforge.net/virtplayground/?rev=357&view=rev Author: chozone Date: 2010-08-07 18:16:11 +0000 (Sat, 07 Aug 2010) Log Message: ----------- [Server] * Added import of hashlib in functions.py (woops :$) Modified Paths: -------------- trunk/server/functions.py Modified: trunk/server/functions.py =================================================================== --- trunk/server/functions.py 2010-08-07 17:51:21 UTC (rev 356) +++ trunk/server/functions.py 2010-08-07 18:16:11 UTC (rev 357) @@ -15,7 +15,7 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -import os, sys, time +import os, sys, time, hashlib import database This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |