diff options
author | yenatch <yenatch@gmail.com> | 2014-02-06 19:00:50 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-06 19:00:50 -0500 |
commit | 00d2cbc4eb98ca02839b84310c3a50ffcee98eb3 (patch) | |
tree | 55ccf7e40ec815f8871070b86b35858a3dbab398 | |
parent | 7571be9e6fa9239b49c3f1f25bd7ccb6d26e3f05 (diff) |
labels: exported labels are labels too
-rw-r--r-- | pokemontools/labels.py | 2 |
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): |