Revision: 6986
Author:   russblau
Date:     2009-06-22 15:21:48 +0000 (Mon, 22 Jun 2009)

Log Message:
-----------
syntax error

Modified Paths:
--------------
    branches/rewrite/pywikibot/config2.py

Modified: branches/rewrite/pywikibot/config2.py
===================================================================
--- branches/rewrite/pywikibot/config2.py       2009-06-22 15:19:51 UTC (rev 
6985)
+++ branches/rewrite/pywikibot/config2.py       2009-06-22 15:21:48 UTC (rev 
6986)
@@ -482,7 +482,7 @@
 _gl = _glv.keys()
 _tp = {}
 for _key in _gl:
-    if _key[0]! = '_':
+    if _key[0] != '_':
         _tp[_key] = type(globals()[_key])
 
 # Get the user files



_______________________________________________
Pywikipedia-svn mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-svn

Reply via email to