eric5-configure.py

changeset 723
49ef401db2ce
parent 97
c4086afea02b
child 791
9ec2ac20e54e
diff -r 9dd401431fcc -r 49ef401db2ce eric5-configure.py
--- a/eric5-configure.py	Mon Nov 15 19:54:38 2010 +0100
+++ b/eric5-configure.py	Tue Nov 16 08:42:14 2010 +0100
@@ -23,7 +23,7 @@
 
 # make ThirdParty package available as a packages repository
 try:
-    import pygments
+    import pygments     # __IGNORE_WARNING__
 except ImportError:
     sys.path.insert(2, os.path.join(os.path.dirname(__file__), "ThirdParty", "Pygments"))
 

eric ide

mercurial