[csw-devel] SF.net SVN: gar:[13977] csw/mgar/gar/v2/lib/python
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Mar 28 10:48:23 CEST 2011
Revision: 13977
http://gar.svn.sourceforge.net/gar/?rev=13977&view=rev
Author: wahwah
Date: 2011-03-28 08:48:23 +0000 (Mon, 28 Mar 2011)
Log Message:
-----------
checkpkg: Using unittest2 in two files
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/checkpkg_lib_test.py
csw/mgar/gar/v2/lib/python/csw_upload_pkg_test.py
Modified: csw/mgar/gar/v2/lib/python/checkpkg_lib_test.py
===================================================================
--- csw/mgar/gar/v2/lib/python/checkpkg_lib_test.py 2011-03-28 08:47:49 UTC (rev 13976)
+++ csw/mgar/gar/v2/lib/python/checkpkg_lib_test.py 2011-03-28 08:48:23 UTC (rev 13977)
@@ -1,5 +1,6 @@
#!/usr/bin/env python2.6
+import unittest2 as unittest
import checkpkg_lib
import copy
import cPickle
@@ -13,7 +14,6 @@
import sqlobject
import tag
import test_base
-import unittest
from testdata import stubs
from testdata.neon_stats import pkgstats as neon_stats
Modified: csw/mgar/gar/v2/lib/python/csw_upload_pkg_test.py
===================================================================
--- csw/mgar/gar/v2/lib/python/csw_upload_pkg_test.py 2011-03-28 08:47:49 UTC (rev 13976)
+++ csw/mgar/gar/v2/lib/python/csw_upload_pkg_test.py 2011-03-28 08:48:23 UTC (rev 13977)
@@ -1,6 +1,6 @@
#!/usr/bin/env python2.6
-import unittest
+import unittest2 as unittest
import csw_upload_pkg
import mox
import rest
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