Use new dir structure.

r1515 | ffr | 2007-02-20 08:03:21 +1100 (Tue, 20 Feb 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-02-20 08:03:21 +11:00
committed by Douglas Clowes
parent a24d966eea
commit 14a244d014
16 changed files with 512 additions and 108 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/tclsh
# $Revision: 1.3 $
# $Date: 2006-11-12 23:19:36 $
# $Revision: 1.4 $
# $Date: 2007-02-19 20:58:19 $
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
# Last revision by: $Author: ffr $
@@ -88,6 +88,6 @@ proc main {args} {
}
if {$tcl_interactive==0} {
main motor_configuration.tcl;
main config/motors/motor_configuration.tcl;
}