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

nautilus: move os import above first use

Changeset fe8a7a1fc323

Parent bc45f929b187

by Steve Borho

Changes to one file · Browse files at fe8a7a1fc323 Showing diff from parent bc45f929b187 Diff from another changeset...

 
13
14
15
 
16
17
18
 
24
25
26
27
28
29
30
 
13
14
15
16
17
18
19
 
25
26
27
 
28
29
30
@@ -13,6 +13,7 @@
 import gobject  import nautilus  import gnomevfs +import os    try:   from mercurial import demandimport @@ -24,7 +25,6 @@
  from mercurial import demandimport  demandimport.enable()   -import os  import subprocess  import sys  import urllib