summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-09-01 13:08:01 -0500
committerBryan Bishop <kanzure@gmail.com>2013-09-01 13:08:01 -0500
commit08241169c58554747f0810ec70dc0faf082f0af5 (patch)
treee12de598d703ba15f6186827dba8e38fa5fddeb9
parentdf820deebca564cde28cfdf918d39348b33b2ded (diff)
remove an old comment about __main__ in crystal.py
The comment no longer applies.
-rw-r--r--pokemontools/crystal.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py
index 1f7f87a..a5ea7b6 100644
--- a/pokemontools/crystal.py
+++ b/pokemontools/crystal.py
@@ -7626,6 +7626,5 @@ def run_main():
# just a helpful alias
main = run_main
-# when you load the module.. parse everything
if __name__ == "crystal":
pass