Skip to content

Commit

Permalink
Remove dependency to 'six'
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Mar 20, 2018
1 parent a7ac0b3 commit 276e642
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pyxcp/master.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
import time
import traceback

import six

from pyxcp import checksum
from pyxcp import types
from pyxcp import transport
Expand Down
2 changes: 0 additions & 2 deletions pyxcp/xcptest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import sys
import time

import six

from pyxcp import checksum
from pyxcp import types
Expand All @@ -51,7 +50,6 @@ def test():
print("pgm ?", xm.supportsPgm)
print("stim ?", xm.supportsStim)


xm.getStatus()
xm.synch()
xm.getCommModeInfo()
Expand Down

0 comments on commit 276e642

Please sign in to comment.