summaryrefslogtreecommitdiff
path: root/prequeue.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-31 08:27:21 -0700
committerBryan Bishop <kanzure@gmail.com>2013-08-31 08:27:21 -0700
commitca0981eb36a86c1cd868e6f8ca13b42162afdc3f (patch)
tree6c30892a3137fa938ef798b78f8b3e5e8b8d2892 /prequeue.py
parente91fb8ac14da977a3d4ef76ea74c76c867247660 (diff)
parenta429bce189ab81139020299e516d4d693facc17b (diff)
Merge pull request #183 from kanzure/preprocessor-macro-function
Function to make the preprocessor "macros" list.
Diffstat (limited to 'prequeue.py')
-rw-r--r--prequeue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/prequeue.py b/prequeue.py
index ec6cd9e39..2c8f4cf5a 100644
--- a/prequeue.py
+++ b/prequeue.py
@@ -14,4 +14,4 @@ if __name__ == '__main__':
dest = os.path.splitext(source)[0] + '.tx'
sys.stdin = open(source, 'r')
sys.stdout = open(dest, 'w')
- preprocessor.preprocess(preprocessor.macros)
+ preprocessor.preprocess(preprocessor.load_pokecrystal_macros())