ScolaSync  5.1
Référence de l'espace de nommage src.globaldef

Fonctions

def firstdir (l)
 Renvoie le premier répertoire existant d'une liste de propositions. Plus de détails...
 

Variables

string licenceEn
 
string userShareDir = "~/.scolasync"
 
string logFileName = "~/.scolasync/scolasync.log"
 
string markFileName = "~/.scolasync/marques.py"
 

Documentation des fonctions

◆ firstdir()

def src.globaldef.firstdir (   l)

Renvoie le premier répertoire existant d'une liste de propositions.

Paramètres
lla liste de propositions

Définition à la ligne 47 du fichier globaldef.py.

Documentation des variables

◆ licenceEn

string src.globaldef.licenceEn
Valeur initiale :
1 = """
2  scolasync version %s:
3 
4  a program to manage file transfers between a computer and a collection
5  of USB sticks.
6 
7  Copyright (C) 2010 Georges Khaznadar <georgesk@ofset.org>
8 
9  This program is free software: you can redistribute it and/or modify
10  it under the terms of the GNU General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  (at your option) any later version.
13 
14  This program is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  GNU General Public License for more details.
18 
19  You should have received a copy of the GNU General Public License
20  along with this program. If not, see <http://www.gnu.org/licenses/>.
21 """

Définition à la ligne 9 du fichier globaldef.py.

◆ logFileName

string src.globaldef.logFileName = "~/.scolasync/scolasync.log"

Définition à la ligne 35 du fichier globaldef.py.

◆ markFileName

string src.globaldef.markFileName = "~/.scolasync/marques.py"

Définition à la ligne 36 du fichier globaldef.py.

◆ userShareDir

string src.globaldef.userShareDir = "~/.scolasync"

Définition à la ligne 34 du fichier globaldef.py.