fix indent (so emacs and vi aren't screwed up.)
--HG-- extra : convert_revision : 589f37476fec14aa5e3c6e018631e291113d4e69
This commit is contained in:
@@ -28,9 +28,9 @@ from __future__ import generators
|
||||
import os, re, sys, types
|
||||
noDot = False
|
||||
try:
|
||||
import pydot
|
||||
import pydot
|
||||
except:
|
||||
noDot = True
|
||||
noDot = True
|
||||
|
||||
env = {}
|
||||
env.update(os.environ)
|
||||
|
||||
Reference in New Issue
Block a user