Thanks to visit codestin.com Credit goes to github.com
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 a5d2460 commit 424dfc7Copy full SHA for 424dfc7
1 file changed
setup.py
@@ -1247,7 +1247,7 @@ def detect_readline_curses(self):
1247
self.missing.append('_curses_panel')
1248
1249
def detect_crypt(self):
1250
- self.addext(Extension('_crypt', ['_cryptmodule.c']))
+ self.addext(Extension('_crypt', ['_cryptmodule.c']))
1251
1252
def detect_dbm_gdbm(self):
1253
# Modules that provide persistent dictionary-like semantics. You will
0 commit comments