From 8c989c864f4113c3f0969f5ec5fe86f047f84256 Mon Sep 17 00:00:00 2001
From: Stephen Soltesz <soltesz@cs.princeton.edu>
Date: Thu, 16 Oct 2008 20:35:54 +0000
Subject: [PATCH] moving syncplcdb into the monitor python module dir.

---
 findbadpcu.py                               | 1 -
 monitor/pcu/__init__.py                     | 0
 monitor/sources/__init__.py                 | 0
 syncplcdb.py => monitor/wrapper/plccache.py | 0
 4 files changed, 1 deletion(-)
 create mode 100644 monitor/pcu/__init__.py
 create mode 100644 monitor/sources/__init__.py
 rename syncplcdb.py => monitor/wrapper/plccache.py (100%)

diff --git a/findbadpcu.py b/findbadpcu.py
index 48b1761..3ab97a3 100755
--- a/findbadpcu.py
+++ b/findbadpcu.py
@@ -18,7 +18,6 @@ from monitor import config
 from monitor.database import FindbadPCURecordSync, FindbadPCURecord
 from monitor import util 
 from monitor.wrapper import plc
-import syncplcdb
 from nodequery import pcu_select
 
 plc_lock = threading.Lock()
diff --git a/monitor/pcu/__init__.py b/monitor/pcu/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/monitor/sources/__init__.py b/monitor/sources/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/syncplcdb.py b/monitor/wrapper/plccache.py
similarity index 100%
rename from syncplcdb.py
rename to monitor/wrapper/plccache.py
-- 
2.47.0