feed2omb

feed2omb Commit Details

Date:2010-06-20 12:50:26 (2 years 11 months ago)
Author:Ciaran Gultnieks
Branch:master
Commit:8d2635437af10951f2abab586c15d496fcef09fa
Parents: 693589c25357dbccf1b83415e49db6458e9e8fac
Message:Added python version check

Changes:
Mfeed2omb.py (1 diff)

File differences

feed2omb.py
150150
151151
152152
153
154
155
156
157
153158
154159
155160
return (url, len(url))
if sys.version_info < (2, 4):
print "Python 2.4 or later is required."
sys.exit(1)
#Deal with the command line...
parser = OptionParser()
parser.add_option("-d", "--debug", action="store_true", default=False,

Archive Download the corresponding diff file

Branches

Tags