Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

nautilus: hoist sys import above first use

Changeset 15b7759ade82

Parent c477cecc73a6

by Steve Borho

Changes to one file · Browse files at 15b7759ade82 Showing diff from parent c477cecc73a6 Diff from another changeset...

 
14
15
16
 
17
18
19
 
26
27
28
29
30
31
32
 
14
15
16
17
18
19
20
 
27
28
29
 
30
31
32
@@ -14,6 +14,7 @@
 import nautilus  import gnomevfs  import os +import sys    try:   from mercurial import demandimport @@ -26,7 +27,6 @@
 demandimport.enable()    import subprocess -import sys  import urllib    from mercurial import hg, ui, match, util