From a8c41d7cb5a5c4c64c2550a33ca5fef1da723cae Mon Sep 17 00:00:00 2001 From: Derek Bankieris Date: Thu, 12 Jan 2017 14:52:43 -0600 Subject: [PATCH] Move new Python modules to intended location They're supposed to be at the top level, not in share. Oops! Refs #365 --- {share/trick/pymods => pymods}/trick/__init__.py | 0 {share/trick/pymods => pymods}/trick/tests/__init__.py | 0 .../trick/pymods => pymods}/trick/tests/test_variable_server.py | 0 {share/trick/pymods => pymods}/trick/variable_server.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {share/trick/pymods => pymods}/trick/__init__.py (100%) rename {share/trick/pymods => pymods}/trick/tests/__init__.py (100%) rename {share/trick/pymods => pymods}/trick/tests/test_variable_server.py (100%) rename {share/trick/pymods => pymods}/trick/variable_server.py (100%) diff --git a/share/trick/pymods/trick/__init__.py b/pymods/trick/__init__.py similarity index 100% rename from share/trick/pymods/trick/__init__.py rename to pymods/trick/__init__.py diff --git a/share/trick/pymods/trick/tests/__init__.py b/pymods/trick/tests/__init__.py similarity index 100% rename from share/trick/pymods/trick/tests/__init__.py rename to pymods/trick/tests/__init__.py diff --git a/share/trick/pymods/trick/tests/test_variable_server.py b/pymods/trick/tests/test_variable_server.py similarity index 100% rename from share/trick/pymods/trick/tests/test_variable_server.py rename to pymods/trick/tests/test_variable_server.py diff --git a/share/trick/pymods/trick/variable_server.py b/pymods/trick/variable_server.py similarity index 100% rename from share/trick/pymods/trick/variable_server.py rename to pymods/trick/variable_server.py