summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-06 19:00:50 -0500
committeryenatch <yenatch@gmail.com>2014-02-06 19:00:50 -0500
commit00d2cbc4eb98ca02839b84310c3a50ffcee98eb3 (patch)
tree55ccf7e40ec815f8871070b86b35858a3dbab398
parent7571be9e6fa9239b49c3f1f25bd7ccb6d26e3f05 (diff)
labels: exported labels are labels too
-rw-r--r--pokemontools/labels.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pokemontools/labels.py b/pokemontools/labels.py
index 87e9990..72700a5 100644
--- a/pokemontools/labels.py
+++ b/pokemontools/labels.py
@@ -191,8 +191,6 @@ def line_has_label(line):
return False
if line[0] == "\"":
return False
- if "::" in line:
- return False
return True
def get_label_from_line(line):