From a505f2696f626cee979d69cd7f58811b29218773 Mon Sep 17 00:00:00 2001 From: "Jauhien Piatlicki (jauhien)" Date: Thu, 1 Aug 2013 17:09:18 +0200 Subject: g_sorcery/compatibility: typo --- g_sorcery/compatibility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g_sorcery/compatibility.py') diff --git a/g_sorcery/compatibility.py b/g_sorcery/compatibility.py index b09865c..59c239e 100644 --- a/g_sorcery/compatibility.py +++ b/g_sorcery/compatibility.py @@ -40,4 +40,4 @@ else: str = str unicode = str bytes = bytes - basestring = (str,bytes) + basestring = (str, bytes) -- cgit v1.2.3-65-gdbad