diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-11-10 15:34:13 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-11-10 15:34:13 +0200 |
commit | 7fb0f0734da6704771662ce1866376ea9dac180f (patch) | |
tree | 587667738b34bb2d7ab260d1616625af02a38801 | |
parent | 2761fb5867236025823e3230832d580c76493a45 (diff) | |
download | troggle-7fb0f0734da6704771662ce1866376ea9dac180f.tar.gz troggle-7fb0f0734da6704771662ce1866376ea9dac180f.tar.bz2 troggle-7fb0f0734da6704771662ce1866376ea9dac180f.zip |
re-located *fix in different area
-rw-r--r-- | parsers/locations.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/parsers/locations.py b/parsers/locations.py index 6a9c658..aeadfff 100644 --- a/parsers/locations.py +++ b/parsers/locations.py @@ -63,6 +63,13 @@ class MapLocations(object): nullent = Entrance.objects.all()[0] pending = [ ("1623.p2013-cucc-pit", "no ent", False, nullent), + ("1623.p2013-cucc-01", "no ent", False, nullent), + ("1623.p2013-cucc-01-DUP", "no ent", False, nullent), + ("1623.p2013-cucc-01B", "no ent", False, nullent), + ("1623.p2013-cucc-slope", "no ent", False, nullent), + ("1623.p2013-cucc-draft4pit ", "no ent", False, nullent), + ("1623.p2013-cucc-draft4pit-DUP ", "no ent", False, nullent), + ("1623.p2013-cucc-shelter1", "no ent", False, nullent), ("1626.p2013-cucc-draftyholes", "no ent", False, nullent), ("1626.p2013-cucc-pitarea", "no ent", False, nullent), @@ -73,21 +80,14 @@ class MapLocations(object): ("1626.p2013-cucc-12mpit", "no ent", False, nullent), ("1626.p2013-cucc-20mpit", "no ent", False, nullent), ("1626.p2013-cucc-2s-drop", "no ent", False, nullent), - ("1626.p2013-cucc-01", "no ent", False, nullent), - ("1626.p2013-cucc-01-DUP", "no ent", False, nullent), - ("1626.p2013-cucc-01B", "no ent", False, nullent), ("1626.p2013-cucc-01cp", "no ent", False, nullent), ("1626.p2013-cucc-rift", "no ent", False, nullent), - ("1626.p2013-cucc-slope", "no ent", False, nullent), ("1626.p2013-cucc-snowplug2", "no ent", False, nullent), - ("1626.p2013-cucc-draft4pit ", "no ent", False, nullent), - ("1626.p2013-cucc-draft4pit-DUP ", "no ent", False, nullent), ("1626.p2013-cucc-DraftHole", "no ent", False, nullent), ("1626.p2013-cucc-setofsnowholes", "no ent", False, nullent), ("1626.p2013-cucc-stotp20", "no ent", False, nullent), ("1626.p2013-cucc-snowplug", "no ent", False, nullent), ("1626.p2013-cucc-draft3pit", "no ent", False, nullent), - ("1626.p2013-cucc-shelter1", "no ent", False, nullent), ("1626.p2013-cucc-draft2pit", "no ent", False, nullent), ("1626.p2014-ms-01", "no ent", False, nullent), ("1626.p2014-ms-02", "no ent", False, nullent), |