summaryrefslogtreecommitdiff
path: root/tests/test_constructor.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_constructor.py')
-rw-r--r--tests/test_constructor.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_constructor.py b/tests/test_constructor.py
index e3895fa..794d3e4 100644
--- a/tests/test_constructor.py
+++ b/tests/test_constructor.py
@@ -4,6 +4,10 @@ try:
import datetime
except ImportError:
pass
+try:
+ set
+except NameError:
+ from sets import Set as set
from yaml import *