From f4f218005a5e85ad2c60964adc3e6ce020419a0d Mon Sep 17 00:00:00 2001 From: Tobias Rueetschi Date: Fri, 10 Jun 2016 12:43:19 +0200 Subject: [PATCH] univention udm_share: fix shebang --- univention/udm_share.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/univention/udm_share.py b/univention/udm_share.py index c1a2204b384..2181b40f651 100644 --- a/univention/udm_share.py +++ b/univention/udm_share.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- coding: UTF-8 -*-