Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Commit c1d0e8c

Browse files
0xE1E10djc
authored andcommitted
Fix python3 build
1 parent 8246228 commit c1d0e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import ConfigParser as cfgparser
66
except ImportError:
77
# try py3 import
8-
import configparser as cfg
8+
import configparser as cfgparser
99

1010
SITE_CFG = 'site.cfg'
1111

0 commit comments

Comments
 (0)