changeset 312 | 4e65f8242c0b |
parent 311 | 3cbde66305e4 |
child 373 | a286d6c6b19c |
311:3cbde66305e4 | 312:4e65f8242c0b |
---|---|
10 import time |
10 import time |
11 import fcntl |
11 import fcntl |
12 |
12 |
13 try: |
13 try: |
14 import json |
14 import json |
15 json.log |
15 json.dumps |
16 except ImportError: |
16 except ImportError: |
17 import simplejson as json |
17 import simplejson as json |
18 |
18 |
19 from mercurialserver import ruleset, changes |
19 from mercurialserver import ruleset, changes |
20 |
20 |