summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-03-08 18:58:17 +0100
committerJulian Andres Klode <jak@debian.org>2009-03-08 18:58:17 +0100
commit162844cc03d669fd1aaf4a6cf9424597bb299264 (patch)
treea0887d64151344f48e221d6d41ed922abbc0bc36 /doc
parent645c80f504f98332fb8eceb955c13a54e38e5956 (diff)
parent2342bc7c05da5589f166496fe1112b249598648f (diff)
downloadpython-apt-162844cc03d669fd1aaf4a6cf9424597bb299264.tar.gz
* Merge with mvo
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/acquire.py1
-rw-r--r--doc/examples/desc.py1
-rw-r--r--doc/examples/indexfile.py1
-rw-r--r--doc/examples/metaindex.py1
-rw-r--r--doc/examples/progress.py2
-rwxr-xr-xdoc/examples/update.py1
6 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/acquire.py b/doc/examples/acquire.py
index 58372961..a23c41c6 100644
--- a/doc/examples/acquire.py
+++ b/doc/examples/acquire.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
import apt
import apt_pkg
import os
diff --git a/doc/examples/desc.py b/doc/examples/desc.py
index f47517cf..2febf348 100644
--- a/doc/examples/desc.py
+++ b/doc/examples/desc.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
import apt_pkg
diff --git a/doc/examples/indexfile.py b/doc/examples/indexfile.py
index 22d0b635..2f1f27f8 100644
--- a/doc/examples/indexfile.py
+++ b/doc/examples/indexfile.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
import apt_pkg
diff --git a/doc/examples/metaindex.py b/doc/examples/metaindex.py
index f00a7e01..816a3fd7 100644
--- a/doc/examples/metaindex.py
+++ b/doc/examples/metaindex.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
import apt_pkg
diff --git a/doc/examples/progress.py b/doc/examples/progress.py
index 83847598..304bd117 100644
--- a/doc/examples/progress.py
+++ b/doc/examples/progress.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+
import sys
import time
diff --git a/doc/examples/update.py b/doc/examples/update.py
index 364fa1c9..5929c9f8 100755
--- a/doc/examples/update.py
+++ b/doc/examples/update.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
import apt
import apt_pkg
import os.path