Merge pull request #1419 from clinton-hall/fix/configobj

Fix configobj import
This commit is contained in:
Labrys of Knossos 2018-12-15 14:16:42 -05:00 committed by GitHub
commit 3f5f97877a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ import os
import shutil
import copy
import core
from configobj import *
import configobj
from core import logger
from itertools import chain