fix indent (so emacs and vi aren't screwed up.)
--HG-- extra : convert_revision : 589f37476fec14aa5e3c6e018631e291113d4e69
This commit is contained in:
parent
c4089562d5
commit
6eaa4d3571
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ from __future__ import generators
|
||||||
import os, re, sys, types
|
import os, re, sys, types
|
||||||
noDot = False
|
noDot = False
|
||||||
try:
|
try:
|
||||||
import pydot
|
import pydot
|
||||||
except:
|
except:
|
||||||
noDot = True
|
noDot = True
|
||||||
|
|
||||||
env = {}
|
env = {}
|
||||||
env.update(os.environ)
|
env.update(os.environ)
|
||||||
|
|
Loading…
Reference in a new issue