[PATCH] python/osmo-python-tests[master]: cosmetic: setup.py: move osmo_interact_* next to osmo_verify_*

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Tue Jan 9 11:57:19 UTC 2018


Review at  https://gerrit.osmocom.org/5695

cosmetic: setup.py: move osmo_interact_* next to osmo_verify_*

Those scripts are semantically closely related, so place them next to each
other.

Change-Id: Id7380f9d536c83ee1d612457af423dde9b96f5ad
---
M setup.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests refs/changes/95/5695/1

diff --git a/setup.py b/setup.py
index e725334..3c12327 100755
--- a/setup.py
+++ b/setup.py
@@ -27,11 +27,11 @@
         ]
 elif sys.version_info.major == 3:
     scripts = [
-        "scripts/osmo_interact_vty.py",
-        "scripts/osmo_interact_ctrl.py",
         "scripts/osmo_ctrl.py",
         "scripts/soap.py",
         "scripts/twisted_ipa.py",
+        "scripts/osmo_interact_vty.py",
+        "scripts/osmo_interact_ctrl.py",
         "scripts/osmo_verify_transcript_vty.py",
         "scripts/osmo_verify_transcript_ctrl.py",
         ]

-- 
To view, visit https://gerrit.osmocom.org/5695
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id7380f9d536c83ee1d612457af423dde9b96f5ad
Gerrit-PatchSet: 1
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list