Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdp5 committed Mar 7, 2019
1 parent 5ed0a8e commit 14d64e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
9 changes: 0 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
coverage
flake8<3.8
flake8-import-order
funcsigs
linecache2
mccabe
MiniMock
mock
nose
pbr
pep8
pyflakes
six
traceback2
unittest2
5 changes: 1 addition & 4 deletions zanataclient/parseconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
)

import os.path
from collections import OrderedDict
from xml.dom import minidom

from .zanatalib.logger import Logger
Expand All @@ -34,10 +35,6 @@
except ImportError:
from configparser import ConfigParser

try:
from collections import OrderedDict
except ImportError:
from ordereddict import OrderedDict

project_config = {}

Expand Down

0 comments on commit 14d64e9

Please sign in to comment.