removed #! lines, since onionshare_gui.py and webgui.py aren't executable

This commit is contained in:
Micah Lee 2014-06-06 18:05:29 -04:00
parent f73e402b2f
commit 9daa475cc0
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
import onionshare, webgui
import os, sys, time, json, gtk, gobject, thread

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
import time, Queue, thread, gtk, gobject, os, webkit
def async_gtk_msg(fun):