[X2Go-Commits] [x2goclient] 32/74: add os import to setup.py
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:05:41 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.5.0.1
in repository x2goclient.
commit 98e1f92241ec398173f140f0f7ccd6baa604a316
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Dec 20 09:06:37 2012 +0100
add os import to setup.py
---
setup.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/setup.py b/setup.py
index 9a6b98d9..234babb5 100755
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,8 @@
# Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+import os
+
from setuptools import setup, find_packages
for line in file(os.path.join('pyhoca', 'cli', '__init__.py')).readlines():
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list