projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c408956
)
fix indent (so emacs and vi aren't screwed up.)
author
Nathan Binkert
<binkertn@umich.edu>
Wed, 9 Feb 2005 18:40:02 +0000
(13:40 -0500)
committer
Nathan Binkert
<binkertn@umich.edu>
Wed, 9 Feb 2005 18:40:02 +0000
(13:40 -0500)
--HG--
extra : convert_revision :
589f37476fec14aa5e3c6e018631e291113d4e69
sim/pyconfig/m5config.py
patch
|
blob
|
history
diff --git
a/sim/pyconfig/m5config.py
b/sim/pyconfig/m5config.py
index 4e3a4103c8b19634895067366dc88ea02b0d82b3..c9bfdab540ce1048e88631b90a97e91b74bf6c6e 100644
(file)
--- a/
sim/pyconfig/m5config.py
+++ b/
sim/pyconfig/m5config.py
@@
-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)