scripts/tv/genconf/gen_conf.py
Nicolas Dandrimont 738431434b [tv/genconf] Réorganisation des transpondeurs
darcs-hash:20100912132820-ffbb2-3e4fd0d75421165fab3e672981598eb4a180d0c2.gz
2010-09-12 15:28:20 +02:00

18 lines
298 B
Python
Executable file

#! /usr/bin/env python
# -*- coding: utf-8 -*-
""" Script de lancement de mumudvb
Auteur : Frederic Pauget
Brice Dubost
Licence : GPLv2
"""
import sys, getopt, os
#On importe les cartes
from sat_conf import conf
cartes = conf
# On genre la conf
for carte in cartes :
carte.start()