aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am2
-rw-r--r--contrib/__init__.py0
2 files changed, 0 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 57dba1a53..b8dae1bbf 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -18,7 +18,6 @@ EXTRA_DIST = \
18 hostlist.cgi \ 18 hostlist.cgi \
19 hostlist.php \ 19 hostlist.php \
20 report.sh \ 20 report.sh \
21 __init__.py \
22 gnunet_pyexpect.py.in 21 gnunet_pyexpect.py.in
23 22
24do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 23do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
@@ -26,7 +25,6 @@ do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
26gnunet_pyexpect.py: gnunet_pyexpect.py.in Makefile 25gnunet_pyexpect.py: gnunet_pyexpect.py.in Makefile
27 $(do_subst) < $(srcdir)/gnunet_pyexpect.py.in > gnunet_pyexpect.py 26 $(do_subst) < $(srcdir)/gnunet_pyexpect.py.in > gnunet_pyexpect.py
28 chmod +x gnunet_pyexpect.py 27 chmod +x gnunet_pyexpect.py
29 chmod +x __init__.py
30 28
31 29
32# init_gnunet_redhat \ 30# init_gnunet_redhat \
diff --git a/contrib/__init__.py b/contrib/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/contrib/__init__.py
+++ /dev/null