xmlrpc mit unterschiedlichen Modi versehen

Fehlerabfang bei packapp
init.d script angepasst
This commit is contained in:
2017-03-14 20:59:50 +01:00
parent d56a4a1bd8
commit 5b178cc745
5 changed files with 61 additions and 49 deletions

View File

@@ -6,7 +6,7 @@
"""Setupscript fuer RevPiPyLoad."""
import distutils.command.install_egg_info
from glob import glob
from setuptools import setup
from distutils.core import setup
class MyEggInfo(distutils.command.install_egg_info.install_egg_info):