Skip to content

Commit

Permalink
fixed import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
faebser committed Jan 28, 2016
1 parent 14dcd2f commit 117f2c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
__author__ = 'faebser'

import configparser
from configparser import NoOptionError, NoSectionError, ConfigParser
from ConfigParser import NoOptionError, NoSectionError, ConfigParser
import tempfile
from startup_tests.test_manager import TestStatus
import json
Expand Down

0 comments on commit 117f2c2

Please sign in to comment.