aboutsummaryrefslogtreecommitdiffstats
path: root/venv/Lib/site-packages/aenum/_py2.py
diff options
context:
space:
mode:
Diffstat (limited to 'venv/Lib/site-packages/aenum/_py2.py')
-rw-r--r--venv/Lib/site-packages/aenum/_py2.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/venv/Lib/site-packages/aenum/_py2.py b/venv/Lib/site-packages/aenum/_py2.py
new file mode 100644
index 00000000..a6e7b290
--- /dev/null
+++ b/venv/Lib/site-packages/aenum/_py2.py
@@ -0,0 +1,7 @@
+from operator import div as _div_
+from inspect import getargspec
+
+def raise_with_traceback(exc, tb):
+ raise exc, None, tb
+
+__all__ = ['_div_', 'getargspec', 'raise_with_traceback']