Skip to content

Commit

Permalink
adding setuptools required by urwid to dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
ductin committed Oct 25, 2017
1 parent e5ada24 commit b7350a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpnproxy_tui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ def exit(self, loop, data=None):
vpn_connect = Connection() # initiate network parameter

# check_dependencies:
required = {'openvpn': 0, 'python-pip': 0, 'requests': 0, 'urwid': 0, 'wmctrl': 0}
required = {'openvpn': 0, 'python-pip': 0, 'requests': 0, 'urwid': 0, 'setuptools':0, 'wmctrl': 0}
for module in ['requests', 'urwid', 'pip']:
try:
__import__(module, globals(), locals(), [], -1)
Expand Down

0 comments on commit b7350a8

Please sign in to comment.