From e186d5548e31dcbb901675947f4bb6ec5454f184 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 4 Dec 2017 16:22:45 +0100 Subject: [PATCH] Use uniform shebang in all demos Demo scripts used different style of shebangs. The shebang "#!/usr/bin/env python" is preferred because it works nicely in virtual envs. Signed-off-by: Christian Heimes --- Demo/pyasn1/sessiontrack.py | 2 +- Demo/pyasn1/syncrepl.py | 2 +- Demo/simplebrowse.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Demo/pyasn1/sessiontrack.py b/Demo/pyasn1/sessiontrack.py index 91909a3a..33ddddab 100644 --- a/Demo/pyasn1/sessiontrack.py +++ b/Demo/pyasn1/sessiontrack.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- """ demo_track_ldap_session.py diff --git a/Demo/pyasn1/syncrepl.py b/Demo/pyasn1/syncrepl.py index e4c62e8b..36147920 100644 --- a/Demo/pyasn1/syncrepl.py +++ b/Demo/pyasn1/syncrepl.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- """ This script implements a syncrepl consumer which syncs data from an OpenLDAP diff --git a/Demo/simplebrowse.py b/Demo/simplebrowse.py index aa88f67e..d13c3680 100644 --- a/Demo/simplebrowse.py +++ b/Demo/simplebrowse.py @@ -1,4 +1,4 @@ -#! python +#!/usr/bin/env python # # simple LDAP server browsing example pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy