From 34c462eebe037ef299764c017d2e7e894639feec Mon Sep 17 00:00:00 2001 From: hamuchiwa Date: Sun, 10 Apr 2016 13:01:55 -0400 Subject: [PATCH] Rename computer/rc_control_test.py to test/rc_control_test.py --- {computer => test}/rc_control_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {computer => test}/rc_control_test.py (99%) diff --git a/computer/rc_control_test.py b/test/rc_control_test.py similarity index 99% rename from computer/rc_control_test.py rename to test/rc_control_test.py index 8261a5c..cec69ca 100644 --- a/computer/rc_control_test.py +++ b/test/rc_control_test.py @@ -66,4 +66,4 @@ class RCTest(object): self.ser.write(chr(0)) if __name__ == '__main__': - RCTest() \ No newline at end of file + RCTest()