Update of /cvsroot/freevo/freevo/src/plugins/idlebar
In directory sc8-pr-cvs1:/tmp/cvs-serv31003

Modified Files:
        system.py 
Log Message:
fix a crash

Index: system.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/idlebar/system.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** system.py   27 Oct 2003 20:11:12 -0000      1.1
--- system.py   28 Oct 2003 20:38:36 -0000      1.2
***************
*** 14,17 ****
--- 14,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2003/10/28 20:38:36  mikeruelle
+ # fix a crash
+ #
  # Revision 1.1  2003/10/27 20:11:12  dischi
  # move idlebar.py to a directory
***************
*** 239,243 ****
          IdleBarPlugin.__init__(self)
          
-         import re
          
          self.hotstack = 0
--- 242,245 ----
***************
*** 261,264 ****
--- 263,267 ----
          
      def getRamStat(self):
+         import re
  
          f = open('/proc/meminfo')




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to