diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-19 10:37:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-19 10:37:58 +0000 |
commit | 700082df2e628a53d144dcbe93da922b41f8db20 (patch) | |
tree | 5973b718318f34b5e0123252962088684daa0cd4 /examples/cp.py | |
parent | e87a22eb62d56a333f1efda2ef1abe853d999beb (diff) |
add header stuff
Original commit message from CVS:
add header stuff
Diffstat (limited to 'examples/cp.py')
-rwxr-xr-x | examples/cp.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/cp.py b/examples/cp.py index 5e4c224..0330fe3 100755 --- a/examples/cp.py +++ b/examples/cp.py @@ -1,5 +1,7 @@ #!/usr/bin/env python -# +# -*- Mode: Python -*- +# vi:si:et:sw=4:sts=4:ts=4 + # gst-python # Copyright (C) 2002 David I. Lehn <dlehn@users.sourceforge.net> # 2004 Johan Dahlin <johan@gnome.org> |