Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'calm/calm.py')
-rwxr-xr-xcalm/calm.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/calm/calm.py b/calm/calm.py
index 04db081..196d29b 100755
--- a/calm/calm.py
+++ b/calm/calm.py
@@ -63,9 +63,6 @@ import sys
import tempfile
import time
-from .abeyance_handler import AbeyanceHandler
-from .buffering_smtp_handler import BufferingSMTPHandler
-from .movelist import MoveList
from . import common_constants
from . import db
from . import irk
@@ -78,6 +75,9 @@ from . import reports
from . import setup_exe
from . import uploads
from . import utils
+from .abeyance_handler import AbeyanceHandler
+from .buffering_smtp_handler import BufferingSMTPHandler
+from .movelist import MoveList
#