passing lint test

This commit is contained in:
Matthew Cillo 2016-03-06 17:19:08 -05:00
parent 63e39a8999
commit ba33d75949
2 changed files with 3 additions and 1 deletions

View File

@ -64,8 +64,10 @@ __opts__ = {'foreman.url': 'http://foreman/api',
# Set up logging # Set up logging
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
# Declare virtualname
__virtualname__ = 'foreman' __virtualname__ = 'foreman'
def __virtual__(): def __virtual__():
''' '''
Only return if all the modules are available Only return if all the modules are available

0
tests/runtests.py Executable file → Normal file
View File