xentaur
diff xendomain.py @ 67:6c145935ece5
Fixed path scripts and configuration templates moved to a single file.
author | Igor Chubin <igor@chub.in> |
---|---|
date | Mon Jan 11 13:01:35 2010 +0200 (2010-01-11) |
parents | cf823d27b029 |
children |
line diff
1.1 --- a/xendomain.py Mon Oct 12 00:12:11 2009 +0300 1.2 +++ b/xendomain.py Mon Jan 11 13:01:35 2010 +0200 1.3 @@ -45,7 +45,8 @@ 1.4 real_nodes=[] 1.5 connection_table={} 1.6 1.7 -exec 'from %s import *' % (network) 1.8 +#exec 'from %s import *' % (network) 1.9 +from network import * 1.10 1.11 # overriden by network config 1.12 ############################