We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a2b25 commit 1bb0033Copy full SHA for 1bb0033
geolang/geolang.py
@@ -20,7 +20,7 @@
20
from .unicode import unicode_all as uc_all, unicode_ka as uc_ka
21
22
__author__ = "Lasha Gogua"
23
-__version__ = "0.1.3"
+__version__ = "0.1.4"
24
25
26
class GeoLangToolKit(object):
@@ -259,9 +259,9 @@ def _rep_str(match):
259
result = '%s' % value
260
return result
261
262
-# instance = GeoLangToolKit()
263
-# ka2Lat = instance.ka2lat
264
-# lat2Ka = instance.lat2ka
265
-# _2ka = instance._2ka
266
-# _2lat = instance._2lat
267
-# encode_slugify = instance.encode_slugify
+instance = GeoLangToolKit()
+ka2Lat = instance.ka2lat
+lat2Ka = instance.lat2ka
+_2ka = instance._2ka
+_2lat = instance._2lat
+encode_slugify = instance.encode_slugify
0 commit comments