Refactor directory structure in preparation for building pypi-package

This commit is contained in:
Alexander Kukushkin
2015-09-04 16:06:44 +02:00
parent a69565fc5f
commit 650e244904
25 changed files with 166 additions and 153 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import os
import time
import unittest
from helpers.utils import reap_children, sigchld_handler, sigterm_handler, sleep
from patroni.utils import reap_children, sigchld_handler, sigterm_handler, sleep
def nop(*args, **kwargs):