diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-25 19:40:08 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-25 19:40:08 +0100 |
| commit | 19bd571a866fbe66d1bf024d458cfff8193c3f4d (patch) | |
| tree | 3669b596854e7450d8bafdecfc3e1355f9f3c174 /doc/examples/progress.py | |
| parent | b9a649803801c8925a4109d252c52846bfd020fd (diff) | |
| download | python-apt-19bd571a866fbe66d1bf024d458cfff8193c3f4d.tar.gz | |
add a bunch of #!/usr/bin/python to the examples
Diffstat (limited to 'doc/examples/progress.py')
| -rw-r--r-- | doc/examples/progress.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
