Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added PY2 to imports in values.py (#242)
  • Loading branch information
kromg authored and prologic committed Jun 20, 2018
1 parent 30c9eba commit af570fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/core/values.py
@@ -1,7 +1,7 @@
"""
This defines the Value object used by components and events.
"""
from ..six import python_2_unicode_compatible, string_types
from ..six import python_2_unicode_compatible, string_types, PY2
from .events import Event


Expand Down

0 comments on commit af570fa

Please sign in to comment.