Skip to content

Commit

Permalink
Fix import error in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Jun 5, 2017
1 parent 00e872f commit 4a46a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_install:
- sudo apt update && sudo apt install -y python-dev

install:
- pip install -r requirements_dev.txt
- pip install -U tox coveralls codecov
# && pip install -r dev-requirements.txt"
env:
Expand Down
4 changes: 2 additions & 2 deletions dhcpcanon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# vim:ts=4:sw=4:expandtab 2
# Copyright 2016, 2017 juga (juga at riseup dot net), MIT license.
"""."""
from . import (clientscript, conflog, constants, dhcpcap, dhcpcapfsm,
dhcpcaplease, dhcpcaputils, timers)
# from . import (clientscript, conflog, constants, dhcpcap, dhcpcapfsm,
# dhcpcaplease, dhcpcaputils, timers)
try:
from dhcpcanon._version import version
except ImportError:
Expand Down

0 comments on commit 4a46a1c

Please sign in to comment.