Skip to content

Commit

Permalink
use localhost for connections, to avoid bad behavior extension (I whi…
Browse files Browse the repository at this point in the history
…telisted 127.0.0.1)
  • Loading branch information
danielrobbins committed Nov 20, 2013
1 parent f145dc1 commit 830a7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/zpparse-ng
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ rel_json = None
zp_pydict = {}
rel_pydict = {}

zpdef_url="http://wiki.zenoss.org/Special:Ask/-5B-5BCategory:ZenPacks-5D-5D-20-5B-5BFlavor::free-5D-5D/-3F-23-2D/-3FOrganization/-3FAuthor/-3FMaintainer/-3FSummary/-3FCategories/-3FSource-20URI/-3FLicense/format%3Djson/limit%3D99999/offset%3D0"
zpdef_url="http://127.0.0.1/Special:Ask/-5B-5BCategory:ZenPacks-5D-5D-20-5B-5BFlavor::free-5D-5D/-3F-23-2D/-3FOrganization/-3FAuthor/-3FMaintainer/-3FSummary/-3FCategories/-3FSource-20URI/-3FLicense/format%3Djson/limit%3D99999/offset%3D0"

reldef_url="http://wiki.zenoss.org/Special:Ask/-5B-5BRelease-20of::%2B-5D-5D/-3FRelease-20of%3DZenPack/-3FVersion/-3FTag/-3FCompatible-20with/-3FIncompatible-20with/--3FRequires/format%3Djson/limit%3D99999/mainlabel%3D-2D/offset%3D0"
reldef_url="http://127.0.0.1/Special:Ask/-5B-5BRelease-20of::%2B-5D-5D/-3FRelease-20of%3DZenPack/-3FVersion/-3FTag/-3FCompatible-20with/-3FIncompatible-20with/--3FRequires/format%3Djson/limit%3D99999/mainlabel%3D-2D/offset%3D0"

def updateDefs(url, outfile):
""" given a URL, read JSON and write it out to a file on disk."""
Expand Down

0 comments on commit 830a7a0

Please sign in to comment.