Commit Graph

11 Commits

Author SHA1 Message Date
Tony Garnock-Jones 7f1137b69a Infrastructure for supporting piecewise spec extension. 2009-10-07 14:55:02 +01:00
David Wragg 77bd658abb Avoid try: ... except: ... finally: to syppoet python 2.4
Python 2.4 (as still used by RHEL 5) doesn't have this syntax.  You
have to nest a try: ... except: inside a try: ... finally: ...

Tested on Centos 5.
2009-05-08 16:17:07 +01:00
Hubert Plociniczak 5a72c5ebcd Write autogenerated code to file instead of to stdout.
To avoid generating incorrect code, remove the file on exception.
2009-01-09 19:05:59 +01:00
Tony Garnock-Jones e150fc2e5a Advice about macports py25-simplejson 2008-12-10 21:18:36 +00:00
Tony Garnock-Jones b17673a5c0 Remove dots, for consistency 2008-12-09 15:58:17 +00:00
Tony Garnock-Jones 84ede90b1b Another tweak. 2008-12-09 15:23:49 +00:00
Tony Garnock-Jones e0321d0325 Update copyrights. 2008-12-09 14:47:40 +00:00
Hubert Plociniczak e085151d7c Use simplejson.py API, move copyright info
since comments are not valid in json
2008-11-20 13:32:47 +00:00
Hubert Plociniczak 04189c2322 Print error message when codegen cannot import json 2008-10-10 16:26:06 +01:00
Tony Garnock-Jones a41fc5ad04 Migrate branch bug17070 2008-07-03 13:45:32 +01:00
Tony Garnock-Jones 5aa63a26a1 Initial commit, from repo-rebase-20080703121916_default (e96543d904a2) 2008-07-03 13:35:10 +01:00