services.py kludge si absent de /etc/crans/

This commit is contained in:
Daniel STAN 2015-06-17 10:02:19 +02:00
parent fd86e567a9
commit 85785c1f80
2 changed files with 12 additions and 1 deletions

View file

@ -1 +0,0 @@
/etc/crans/services.py

View file

@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
import sys
try:
from .services_etc import services
except ImportError:
print("Cannot import /etc/crans/services.py, continuing empty", file=sys.stderr)
services = {}

View file

@ -0,0 +1 @@
/etc/crans/services.py