forked from jeena/FeedTheMonkey
updatet info about python2
This commit is contained in:
parent
4a6f140980
commit
5035f1cae2
3 changed files with 11 additions and 6 deletions
|
@ -1,6 +1,11 @@
|
|||
#!/usr/bin/env python2
|
||||
|
||||
import sys, os, json, tempfile, urllib2, urllib, json
|
||||
try:
|
||||
import urllib.request as urllib2
|
||||
except:
|
||||
import urllib2
|
||||
|
||||
import sys, os, json, tempfile, urllib, json
|
||||
from PyQt4 import QtGui, QtCore, QtWebKit, QtNetwork
|
||||
from threading import Thread
|
||||
from sys import platform as _platform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue