Created
March 9, 2011 21:26
-
-
Save andrewxhill/863036 to your computer and use it in GitHub Desktop.
localhost quick work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#line 271 | |
#comment out, | |
"""make sure that the keyname exists in MOL""" | |
""" | |
q = Species.get_by_key_name(species_key_name) | |
if not q: | |
self.error(404) | |
return | |
""" | |
#line 278, 279 swap which line is commented out | |
names = [{"source": "..................."}] | |
#names = simplejson.loads(q.names) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment