[Erp5-report] r40280 luke - /erp5/trunk/buildout/tests/assertSoftware.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 15 17:03:34 CET 2010


Author: luke
Date: Mon Nov 15 17:03:33 2010
New Revision: 40280

URL: http://svn.erp5.org?rev=40280&view=rev
Log:
 - clean up imports

Modified:
    erp5/trunk/buildout/tests/assertSoftware.py

Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40280&r1=40279&r2=40280&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Mon Nov 15 17:03:33 2010
@@ -26,8 +26,9 @@
 #
 ##############################################################################
 
+import os
+import subprocess
 import unittest
-import sys, os, tempfile, stat, subprocess
 
 def getCleanList(s):
   """Converts free form string separated by whitespaces to python list"""




More information about the Erp5-report mailing list