Skip to content

Commit

Permalink
Python 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed Jun 23, 2015
1 parent b2cf273 commit 681b69f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cybox/test/extensions/location/ciq_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

"""Tests for various encoding issues throughout the library"""

from StringIO import StringIO
import unittest

from mixbox.vendor.six import StringIO

from cybox.bindings.extensions.location import ciq_address_3_0


Expand Down

0 comments on commit 681b69f

Please sign in to comment.