Skip to content

Commit 108e9c3

Browse files
committed
Remove use of six.moves.configparser
1 parent af54f72 commit 108e9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import locale
44
from itertools import chain
55
from six import iterkeys, iteritems
6-
from six.moves.configparser import ConfigParser
6+
from configparser import ConfigParser
77

88
from .autocomplete import SIMPLE as default_completion, ALL_MODES
99

0 commit comments

Comments
 (0)