Create "plugins" directory.

This commit is contained in:
François Rossigneux 2012-12-10 15:09:46 +01:00
parent 94274b697b
commit 260a1134d7
8 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
import sys
from kwapi.api import app
from kwapi.plugins.api import app
from kwapi.openstack.common import log, cfg
if __name__ == '__main__':

View File

@ -89,6 +89,6 @@ def signal_handler(signum, frame):
terminate()
def terminate():
"""Terminates driver threads"""
"""Terminates driver threads."""
for driver in threads:
thread.start_new_thread(driver.join, ())

View File