[Pkg-bazaar-commits] ./bzr/unstable r161: pychecker warnings

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:44:06 UTC 2009


------------------------------------------------------------
revno: 161
committer: mbp at sourcefrog.net
timestamp: Fri 2005-04-01 18:27:01 +1000
message:
  pychecker warnings
modified:
  bzrlib/add.py
  bzrlib/trace.py
-------------- next part --------------
=== modified file 'bzrlib/add.py'
--- a/bzrlib/add.py	2005-03-27 09:53:02 +0000
+++ b/bzrlib/add.py	2005-04-01 08:27:01 +0000
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-import types, os, sys, stat
+import os, sys
 import bzrlib
 
 from osutils import quotefn, appendpath

=== modified file 'bzrlib/trace.py'
--- a/bzrlib/trace.py	2005-03-28 04:12:43 +0000
+++ b/bzrlib/trace.py	2005-04-01 08:27:01 +0000
@@ -30,6 +30,7 @@
 ## _tracefile; perhaps replace _tracefile with a tee thing.
 
 global _tracefile, _starttime
+_tracefile = None
 
 # used to have % (os.environ['USER'], time.time(), os.getpid()), 'w')
 



More information about the Pkg-bazaar-commits mailing list