diff options
Diffstat (limited to 'Monitoring/src/main/python/Driver/Driver.py.old')
-rw-r--r-- | Monitoring/src/main/python/Driver/Driver.py.old | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Monitoring/src/main/python/Driver/Driver.py.old b/Monitoring/src/main/python/Driver/Driver.py.old new file mode 100644 index 0000000..a1f7dad --- /dev/null +++ b/Monitoring/src/main/python/Driver/Driver.py.old @@ -0,0 +1,17 @@ +''' +Created on Oct 28, 2011 + +@author: steger, jozsef +@organization: ELTE +@contact: steger@complex.elte.hu +''' + +class Driver(object): + ''' + @summary: an empty driver to serve as an ancient class + @author: steger, jozsef + ''' + pass + +class DriverError(Exception): + pass
\ No newline at end of file |