[meld] setup.py: Import order fix
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] setup.py: Import order fix
- Date: Sun, 31 Dec 2017 20:16:56 +0000 (UTC)
commit c4dd776dc13f027fde7c3e3abfe2fdd7e9e32409
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sun Dec 31 09:55:50 2017 +1000
setup.py: Import order fix
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/setup.py b/setup.py
index abb768ee..2bf2f49c 100755
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
-from distutils.core import setup
import glob
import sys
+from distutils.core import setup
import meld.build_helpers
import meld.conf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]