move the swig initialization calls from src/sim/main.cc to
authorNathan Binkert <binkertn@umich.edu>
Thu, 21 Dec 2006 23:49:16 +0000 (15:49 -0800)
committerNathan Binkert <binkertn@umich.edu>
Thu, 21 Dec 2006 23:49:16 +0000 (15:49 -0800)
commit2cb2b508020bfcdaccbf7225f621bcdfd330c7bd
tree65132feaedf13591442d04e53e63bffe161e8955
parent9aecfb3e3bfe1b85db9468bad287f22a2eb9bd4e
move the swig initialization calls from src/sim/main.cc to
src/python/swig/init.cc so that it's not as easy to forget
about it when you add a new swig module.

--HG--
extra : convert_revision : 5cc4ec0838e636aa761901effb8986de58d23e03
src/SConscript
src/python/swig/init.hh [new file with mode: 0644]
src/sim/main.cc