diff options
| author | Treeki <treeki@gmail.com> | 2012-07-24 15:55:58 +0200 |
|---|---|---|
| committer | Treeki <treeki@gmail.com> | 2012-07-24 15:55:58 +0200 |
| commit | 1a7f17d93189ae9981ff286d67c9b0406e99ce96 (patch) | |
| tree | 8c686c8fe1503146dcd54d00e2bb8eabc8f36919 /src/unlock.py | |
| parent | 4a9608453a6010979e3c99edabeaf2061edd8c49 (diff) | |
| download | koopatlas-1a7f17d93189ae9981ff286d67c9b0406e99ce96.tar.gz koopatlas-1a7f17d93189ae9981ff286d67c9b0406e99ce96.zip | |
preparing for exporting
Diffstat (limited to 'src/unlock.py')
| -rw-r--r-- | src/unlock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unlock.py b/src/unlock.py index 16063ca..dfeaa33 100644 --- a/src/unlock.py +++ b/src/unlock.py @@ -8,7 +8,7 @@ class UnlockParseError(ValueError): pass def parseUnlockText(text): - return _parseUnlockBit(text) + return _parseUnlockBit(text.lower()) def _parseUnlockBit(text): # blank criterion |
