diff options
Diffstat (limited to 'Monitoring/src/main/python/Resource/path.py')
-rw-r--r-- | Monitoring/src/main/python/Resource/path.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Monitoring/src/main/python/Resource/path.py b/Monitoring/src/main/python/Resource/path.py new file mode 100644 index 0000000..6296bc4 --- /dev/null +++ b/Monitoring/src/main/python/Resource/path.py @@ -0,0 +1,9 @@ +''' +Created on Jun 12, 2012 + +@author: steger +''' +from Resource.link import link + +class path(link): + pass
\ No newline at end of file |