[Libreoffice-commits] .: src/oletool.py

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Apr 11 14:14:52 PDT 2011


 src/oletool.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 40e71d829107637cd0db0d1c5ef556f69e5e113f
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Apr 11 17:12:33 2011 -0400

    No need to import encodeName from globals.
    
    All uses of encodeName from globals module is fully qualified.  No
    need to import the function into local module scope.

diff --git a/src/oletool.py b/src/oletool.py
index f94da8f..3be6077 100755
--- a/src/oletool.py
+++ b/src/oletool.py
@@ -5,7 +5,6 @@ sys.path.append(sys.path[0]+"/src")
 
 import ole, globals
 
-from globals import encodeName
 class DateTime:
     def __init__(self):
         self.day = 0


More information about the Libreoffice-commits mailing list