Skip to content

Commit

Permalink
Update script.py
Browse files Browse the repository at this point in the history
Another commit #27
  • Loading branch information
bilelmoussaoui committed Jun 9, 2015
1 parent 76ce9df commit 111f44b
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 @@ -13,7 +13,7 @@
db_folder = "database"
script_folder = "scripts"
db_ext = ".txt"
userhome = os.path.expanduser("~")
userhome = subprocess.check_output('sh -c "echo $HOME"',universal_newlines=True, shell=True).strip()
useros = platform.linux_distribution()
useros = useros[0].strip('"')
theme = Gtk.IconTheme.get_default()
Expand Down

0 comments on commit 111f44b

Please sign in to comment.