[Zope-CVS] CVS: Products/ExternalEditor - zopeedit.py:1.20

Casey Duncan casey@zope.com
Sun, 16 Jun 2002 23:20:37 -0400


Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv6367

Modified Files:
	zopeedit.py 
Log Message:
removed unused dependancies


=== Products/ExternalEditor/zopeedit.py 1.19 => 1.20 ===
             from _winreg import HKEY_CLASSES_ROOT, OpenKeyEx, \
                                 QueryValueEx, EnumKey
-            from win32api import FindExecutable, RegOpenKeyEx, \
-                                 RegQueryValueEx, RegEnumKey
-            from win32con import HKEY_CLASSES_ROOT
+            from win32api import FindExecutable
             import pywintypes
             # Find editor application based on mime type and extension
             content_type = self.metadata.get('content_type')