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/hint.py')
-rwxr-xr-xcalm/hint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calm/hint.py b/calm/hint.py
index 9ae25aa..8a640e5 100755
--- a/calm/hint.py
+++ b/calm/hint.py
@@ -25,9 +25,9 @@
# parser for .hint files
#
-from collections import OrderedDict
import argparse
import re
+from collections import OrderedDict
try:
import license_expression