project8 / Pypeline

A python interface for the dripline slow control system.
Other
2 stars 0 forks source link

isolate dependencies #58

Open laroque opened 10 years ago

laroque commented 10 years ago

The package subdirectories need to do a better job isolating dependencies. In particular, tkinter should be restricted to a directory of graphics based scripts. For the subset of those which are also useful without graphics, the task part of the script should be separated from the graphical UI.