Mercurial > hg > configuration
comparison setup.py @ 122:90cb8aedecbb
< http://k0s.org/mozilla/hg/MozillaTry/raw-file/582f3571ab33/mozillatry.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 17 Sep 2013 18:57:25 -0700 |
parents | 919cee3e3ed0 |
children | 5db2844b8300 |
comparison
equal
deleted
inserted
replaced
121:919cee3e3ed0 | 122:90cb8aedecbb |
---|---|
2 setup packaging script for configuration | 2 setup packaging script for configuration |
3 """ | 3 """ |
4 | 4 |
5 import os | 5 import os |
6 | 6 |
7 version = "0.3.2" | 7 version = "0.4" |
8 dependencies = ['PyYAML'] | 8 dependencies = ['PyYAML'] |
9 | 9 |
10 try: | 10 try: |
11 import json | 11 import json |
12 except ImportError: | 12 except ImportError: |