~lfaraone/ubuntu/lucid/python-lamson/lp548998

« back to all changes in this revision

Viewing changes to examples/librelist/deploy/migrations/004

  • Committer: Bazaar Package Importer
  • Author(s): David Watson
  • Date: 2009-08-21 14:45:16 UTC
  • Revision ID: james.westby@ubuntu.com-20090821144516-08tp9e4pyl4t493y
Tags: upstream-1.0pre2
ImportĀ upstreamĀ versionĀ 1.0pre2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# migrates the archives to create the json archives as well
 
2
 
 
3
pushd ~/deploy/ENV
 
4
easy_install simplejson
 
5
popd
 
6
 
 
7
python deploy/migrations/json_convert.py
 
8
 
 
9