Skip to content
Snippets Groups Projects
Commit b58004e6 authored by Ramin Yaghoubzadeh Torky's avatar Ramin Yaghoubzadeh Torky
Browse files

Removed my snippets adapted from six, now that six is imported

parent a1126502
No related branches found
No related tags found
No related merge requests found
...@@ -39,15 +39,6 @@ import sys ...@@ -39,15 +39,6 @@ import sys
import ipaaca.defaults import ipaaca.defaults
IS_PY2 = sys.version_info[0] == 2
IS_PY3 = sys.version_info[0] == 3
if IS_PY3:
string_types = str
else:
string_types = basestring
__all__ = [ __all__ = [
'enum', 'enum',
'IpaacaArgumentParser', 'IpaacaArgumentParser',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment