From 3ccef39f3fe7c995abd3a7b429bf8e134661097a Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 24 Jan 2017 12:02:00 +0100 Subject: remove string hacks --- gamelocker/api.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gamelocker/api.py') 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 -- cgit v1.3.1