[py-svn] r51397 - py/branch/event/py/test2/rsession
hpk at codespeak.net
hpk at codespeak.net
Mon Feb 11 21:02:37 CET 2008
Author: hpk
Date: Mon Feb 11 21:02:36 2008
New Revision: 51397
Modified:
py/branch/event/py/test2/rsession/hostmanage.py
Log:
cleanup import
Modified: py/branch/event/py/test2/rsession/hostmanage.py
==============================================================================
--- py/branch/event/py/test2/rsession/hostmanage.py (original)
+++ py/branch/event/py/test2/rsession/hostmanage.py Mon Feb 11 21:02:36 2008
@@ -1,12 +1,10 @@
import py
-import sys, os
+import os
from py.__.test2.rsession.master import MasterNode
from py.__.test2 import repevent
class HostInfo(object):
- """ Class trying to store all necessary attributes
- for host
- """
+ """ Host location representation for distributed testing. """
_hostname2list = {}
def __init__(self, spec, addrel=""):
More information about the py-svn
mailing list