Fonctions | |
def | usage |
affiche le mode d'emploi à la console | |
def | run |
Le lancement de l'application. | |
Variables | |
dictionary | licence = {} |
string | licenceEn |
string | licenceFr |
def src.scolasync.run | ( | ) |
Le lancement de l'application.
Définition à la ligne 150 du fichier scolasync.py.
def src.scolasync.usage | ( | ) |
affiche le mode d'emploi à la console
Définition à la ligne 138 du fichier scolasync.py.
dictionary src::scolasync::licence = {} |
Définition à la ligne 85 du fichier scolasync.py.
string src::scolasync::licenceEn |
00001 """ 00002 scolasync version %s: 00003 00004 a program to manage file transfers between a computer and a collection 00005 of USB sticks. 00006 00007 Copyright (C) 2010 Georges Khaznadar <georgesk@ofset.org> 00008 00009 This program is free software: you can redistribute it and/or modify 00010 it under the terms of the GNU General Public License as published by 00011 the Free Software Foundation, either version 3 of the License, or 00012 (at your option) any later version. 00013 00014 This program is distributed in the hope that it will be useful, 00015 but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 GNU General Public License for more details. 00018 00019 You should have received a copy of the GNU General Public License 00020 along with this program. If not, see <http://www.gnu.org/licenses/>. 00021 """
Définition à la ligne 86 du fichier scolasync.py.
string src::scolasync::licenceFr |
00001 """ 00002 scolasync version %s : 00003 00004 un programme pour gérer des transferts de fichiers entre un 00005 ordinateur et une collection de clés USB. 00006 00007 Copyright (C) 2010 Georges Khaznadar <georgesk@ofset.org> 00008 00009 Ce projet est un logiciel libre : vous pouvez le redistribuer, le 00010 modifier selon les terme de la GPL (GNU Public License) dans les 00011 termes de la Free Software Foundation concernant la version 3 ou 00012 plus de la dite licence. 00013 00014 Ce programme est fait avec l'espoir qu'il sera utile mais SANS 00015 AUCUNE GARANTIE. Lisez la licence pour plus de détails. 00016 00017 <http://www.gnu.org/licenses/>. 00018 """
Définition à la ligne 109 du fichier scolasync.py.