fix a typo.

This commit is contained in:
Oleksii Kliukin
2015-06-03 14:45:02 +02:00
parent eb3a120db1
commit 0f518f87e7
+1 -1
View File
@@ -10,7 +10,7 @@ from helpers.etcd import Etcd
from helpers.postgresql import Postgresql
from helpers.ha import Ha
from helpers.utils import setup_signal_handlers, sleep
import helpers.aws import AWSConnection
from helpers.aws import AWSConnection
class Governor: