ScolaSync  1.0
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de l'espace de nommage src.globaldef

Fonctions

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

Variables

string licenceEn
 globaldef.py is part of the package scolasync.
string userShareDir = "~/.scolasync"
string logFileName = "~/.scolasync/scolasync.log"
string markFileName = "~/.scolasync/marques.py"

Documentation des fonctions

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 50 du fichier globaldef.py.

Documentation des variables

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 """

globaldef.py is part of the package scolasync.

This module contains some definitions which can be reused globally in the application

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

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

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

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

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

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

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