[csw-devel] SF.net SVN: gar:[20807] csw/mgar/gar/v2/lib/python/rest.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Apr 18 17:19:39 CEST 2013
Revision: 20807
http://gar.svn.sourceforge.net/gar/?rev=20807&view=rev
Author: wahwah
Date: 2013-04-18 15:19:38 +0000 (Thu, 18 Apr 2013)
Log Message:
-----------
pkgdb: Add missing getpass import to rest.py
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/rest.py
Modified: csw/mgar/gar/v2/lib/python/rest.py
===================================================================
--- csw/mgar/gar/v2/lib/python/rest.py 2013-04-18 15:19:28 UTC (rev 20806)
+++ csw/mgar/gar/v2/lib/python/rest.py 2013-04-18 15:19:38 UTC (rev 20807)
@@ -3,6 +3,7 @@
from StringIO import StringIO
import anydbm
import cjson
+import getpass
import logging
import os
import pycurl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list