From 74f92df482564485f27e9de6499dae5a228cc7f1 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Mon, 23 Oct 2006 10:22:16 +0000
Subject: [PATCH] functional tests - implement data file staging

---
 opends/tests/functional-tests/shared/python/security.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/shared/python/security.py b/opends/tests/functional-tests/shared/python/security.py
index 1b0dbc4..3bd10e4 100644
--- a/opends/tests/functional-tests/shared/python/security.py
+++ b/opends/tests/functional-tests/shared/python/security.py
@@ -1,4 +1,4 @@
-#! /usr/bin python
+#!/usr/bin/python
 
 def write_ldaps_ldif_file(path, port):
     ldif_file = open(path + "/ldaps_port.ldif","w")

--
Gitblit v1.10.0