changeset 307 | 9009a37ad45b |
parent 296 | 6feeef02c057 |
child 311 | 3cbde66305e4 |
306:f832a8aeef44 | 307:9009a37ad45b |
---|---|
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 except ImportError: |
16 except ImportError: |
16 import simplejson as json |
17 import simplejson as json |
17 |
18 |
18 from mercurialserver import ruleset, changes |
19 from mercurialserver import ruleset, changes |
19 |
20 |