Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mwlib/scanner.py
diff options
context:
space:
mode:
Diffstat (limited to 'mwlib/scanner.py')
-rwxr-xr-xmwlib/scanner.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/mwlib/scanner.py b/mwlib/scanner.py
new file mode 100755
index 0000000..d4d7167
--- /dev/null
+++ b/mwlib/scanner.py
@@ -0,0 +1,6 @@
+#! /usr/bin/env python
+
+if 0:
+ from plexscanner import TagToken, EndTagToken, tokenize
+else:
+ from mwscan import TagToken, EndTagToken, tokenize