summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-03-07 14:42:51 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-03-07 14:42:51 -0500
commita2ca603647853fcaeeb6556e4f6757f1913ff06e (patch)
tree86b90c82cd6e84f9ad36b053f894f544e9da64dd /setup.py
parenta1ba713775a93c6b4b73c83386eccb1e6d87d2d1 (diff)
downloadthird_party-func-a2ca603647853fcaeeb6556e4f6757f1913ff06e.tar.gz
third_party-func-a2ca603647853fcaeeb6556e4f6757f1913ff06e.tar.xz
third_party-func-a2ca603647853fcaeeb6556e4f6757f1913ff06e.zip
Disable update script after having some problems on mdehaan's F8 box
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1200c29..6ebd2df 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ if __name__ == "__main__":
"scripts/func",
"scripts/func-inventory",
"scripts/func-create-module",
- "scripts/update-func",
+ # "scripts/update-func",
],
# package_data = { '' : ['*.*'] },
package_dir = {"%s" % NAME: "%s" % NAME