Skip to content

Commit

Permalink
Merge pull request #38 from wa4557/master
Browse files Browse the repository at this point in the history
Adds missing import
  • Loading branch information
bilelmoussaoui committed Jun 29, 2015
2 parents 7f3f8df + 585915d commit 7c1cb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from csv import reader
from gi.repository import Gtk
from os import environ, geteuid, getlogin, listdir, path
from subprocess import Popen, PIPE
from subprocess import Popen, PIPE, call
from sys import exit

try:
Expand Down

0 comments on commit 7c1cb1b

Please sign in to comment.