diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-24 12:02:00 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-24 12:02:00 +0100 |
| commit | 3ccef39f3fe7c995abd3a7b429bf8e134661097a (patch) | |
| tree | bdf801bfe14b111ef888e610c7dc28d8970177b7 /gamelocker/api.py | |
| parent | 8b0b01aa4cbb645bfcecc5b6579b34a213389db1 (diff) | |
| download | python-gamelocker-3ccef39f3fe7c995abd3a7b429bf8e134661097a.tar.gz python-gamelocker-3ccef39f3fe7c995abd3a7b429bf8e134661097a.zip | |
remove string hacks
Diffstat (limited to 'gamelocker/api.py')
| -rw-r--r-- | gamelocker/api.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gamelocker/api.py b/gamelocker/api.py index 3f0388f..1220336 100644 --- a/gamelocker/api.py +++ b/gamelocker/api.py @@ -197,3 +197,6 @@ class Gamelocker(object): limit -= max_limit return matches + + +pretty = gamelocker.strings.pretty |
