286f754
diff --git a/src/marshmallow/schema.py b/src/marshmallow/schema.py
286f754
index acf728f..e0a7cae 100644
286f754
--- a/src/marshmallow/schema.py
286f754
+++ b/src/marshmallow/schema.py
286f754
@@ -16,7 +16,7 @@ from marshmallow import base, fields, utils, class_registry, marshalling
286f754
 from marshmallow.compat import (with_metaclass, iteritems, text_type,
286f754
                                 binary_type, Mapping, OrderedDict)
286f754
 from marshmallow.exceptions import ValidationError
286f754
-from marshmallow.orderedset import OrderedSet
286f754
+from ordered_set import OrderedSet
286f754
 from marshmallow.decorators import (PRE_DUMP, POST_DUMP, PRE_LOAD, POST_LOAD,
286f754
                                     VALIDATES, VALIDATES_SCHEMA)
286f754
 from marshmallow.utils import missing