Fix some documentation errors.
[quix0rs-apt-p2p.git] / test.py
diff --git a/test.py b/test.py
index 198670119867fdbcf13d31dda6a41b07e2c80cc0..83c2d1bbecfce101529560035c9db77f8ed9b5e5 100755 (executable)
--- a/test.py
+++ b/test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 
 """Automated tests of the apt-p2p functionality.
 
@@ -29,7 +29,8 @@ the apt-p2p program.
 @var CWD: the working directory the script was run from
 @type apt_conf_template: C{string}
 @var apt_conf_template: the template to use for the apt.conf file
-
+@type apt_p2p_conf_template: C{string}
+@var apt_p2p_conf_template: the template to use for the apt-p2p.conf file
 """
 
 from time import sleep, time