diff options
author | Eugeni Dodonov <eugeni@mandriva.com> | 2009-09-29 17:28:50 -0300 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.com> | 2009-09-29 17:28:50 -0300 |
commit | 0fb2f7566b4fabef1f94f843a27aef239111549a (patch) | |
tree | 133ed788c635fb17c5e8fa0cf3e2e49e36701f6a /src/__init__.py | |
parent | e6aa6bf53cb954f1a937f6cafc79e4c60c172cd3 (diff) | |
download | net_monitor-0fb2f7566b4fabef1f94f843a27aef239111549a.tar net_monitor-0fb2f7566b4fabef1f94f843a27aef239111549a.tar.gz net_monitor-0fb2f7566b4fabef1f94f843a27aef239111549a.tar.bz2 net_monitor-0fb2f7566b4fabef1f94f843a27aef239111549a.tar.xz net_monitor-0fb2f7566b4fabef1f94f843a27aef239111549a.zip |
Working out-of-the-box.
Drawing two entries side-by-side in detailed info.
Diffstat (limited to 'src/__init__.py')
-rw-r--r-- | src/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/__init__.py b/src/__init__.py index e69de29..95cdee1 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -0,0 +1,3 @@ +__all__=["Monitor"] + +from net_monitor.monitor import Monitor |