From c9c8d5997209b1f00b25a6bc2b7fa2b3fb186640 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sat, 03 Nov 2018 16:55:05 +0000
Subject: [PATCH] Added setup.py

---
 aoi_gen/tests/formatter_test.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/tests/formatter_test.py b/aoi_gen/tests/formatter_test.py
similarity index 98%
rename from tools/tests/formatter_test.py
rename to aoi_gen/tests/formatter_test.py
index b8d588f..26fac61 100644
--- a/tools/tests/formatter_test.py
+++ b/aoi_gen/tests/formatter_test.py
@@ -1,5 +1,5 @@
 import unittest
-from tools import Variable
+from aoi_gen import Variable
 
 
 class FormatTest(unittest.TestCase):

--
Gitblit v1.8.0