Skip to content

Commit bbf24c6

Browse files
author
chipperdoodles
committed
init.py fix
1 parent 6462e65 commit bbf24c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def system_install():
2424
if system == 'Windows':
2525
path = os.path.join(os.getcwd(), 'venv', 'scripts', 'activate_this.py')
2626
execfile(path, dict(__file__=path))
27-
subprocess.call(['easy_install', "http://www.voidspace.org.uk/downloads/pycrypto26/pycrypto-2.6.win-amd64-py2.7.exe'])
27+
subprocess.call(['easy_install', "http://www.voidspace.org.uk/downloads/pycrypto26/pycrypto-2.6.win-amd64-py2.7.exe"])
2828
install_depends()
2929
else:
3030
path = os.path.join(os.getcwd(), 'venv', 'bin', 'activate_this.py')

0 commit comments

Comments
 (0)