Configuration directories mostly copied from Platypus Reflectometer

r2049 | dcl | 2007-07-09 15:24:03 +1000 (Mon, 09 Jul 2007) | 2 lines
This commit is contained in:
Douglas Clowes
2007-07-09 15:24:03 +10:00
parent 802dbe3e88
commit 47f31054aa
5 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
namespace eval scancommand {
proc init {} {
}
proc commands_hpath_setup {parent} {
}
proc graphics_hpath_setup {parent} {
}
}