Kaydet (Commit) 617ce978 authored tarafından Eray Özkural's avatar Eray Özkural

* no support for old python (the newest one sucks badly enough)

üst 0f491e5b
......@@ -15,9 +15,6 @@
import os
import sys
ver = sys.version_info
if ver[0] <= 2 and ver[1] < 4:
from sets import Set as set
import gettext
__trans = gettext.translation('pisi', fallback=True)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment