We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d427a5b commit cece4f1Copy full SHA for cece4f1
bpython/config.py
@@ -6,16 +6,12 @@
6
import locale
7
from itertools import chain
8
from six import iterkeys, iteritems
9
+from six.moves.configparser import ConfigParser
10
11
from bpython.keys import cli_key_dispatch as key_dispatch
12
from bpython.autocomplete import SIMPLE as default_completion
13
import bpython.autocomplete
14
-try:
15
- from configparser import ConfigParser
16
-except ImportError:
17
- from ConfigParser import ConfigParser
18
-
19
20
class Struct(object):
21
"""Simple class for instantiating objects we can add arbitrary attributes
0 commit comments