fix indent (so emacs and vi aren't screwed up.)

--HG--
extra : convert_revision : 589f37476fec14aa5e3c6e018631e291113d4e69
This commit is contained in:
Nathan Binkert 2005-02-09 13:40:02 -05:00
parent c4089562d5
commit 6eaa4d3571

View file

@ -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)