summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/FileMonitor
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-11 13:16:53 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-11 13:16:53 -0400
commit59a181ba8dc4cfcdbbfc5457d39c857c3425d42d (patch)
treee7e2baa87cd1c1978413dedb47fdedf3733f8530 /src/lib/Bcfg2/Server/FileMonitor
parentbc5f0007512fe07ed2b09f9ff3427a7366126f8c (diff)
downloadbcfg2-59a181ba8dc4cfcdbbfc5457d39c857c3425d42d.tar.gz
bcfg2-59a181ba8dc4cfcdbbfc5457d39c857c3425d42d.tar.bz2
bcfg2-59a181ba8dc4cfcdbbfc5457d39c857c3425d42d.zip
un-break FAM. d'oh
Diffstat (limited to 'src/lib/Bcfg2/Server/FileMonitor')
-rw-r--r--src/lib/Bcfg2/Server/FileMonitor/Fam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/FileMonitor/Fam.py b/src/lib/Bcfg2/Server/FileMonitor/Fam.py
index a392af185..46a2f88f8 100644
--- a/src/lib/Bcfg2/Server/FileMonitor/Fam.py
+++ b/src/lib/Bcfg2/Server/FileMonitor/Fam.py
@@ -2,7 +2,7 @@
<http://oss.sgi.com/projects/fam/>`_."""
import os
-#import _fam
+import _fam
import stat
import logging
from time import time