Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
protokoll_skript
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Fachschaftsrat Physik TUKL
Protokoll
protokoll_skript
Commits
797b0aad
Commit
797b0aad
authored
Jun 24, 2018
by
Lorenz Steinert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed class fsr_ldap to FsrLdap and made changes acordigliy
parent
9e1d29d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
bin/module/esme.py
bin/module/esme.py
+1
-1
bin/proto.py
bin/proto.py
+5
-5
No files found.
bin/module/esme.py
View file @
797b0aad
...
...
@@ -28,7 +28,7 @@ def current_user():
return
getpass
.
getuser
()
class
fsr_l
dap
:
class
FsrL
dap
:
"""Class die die protokoll .tex datei erstellt"""
def
__init__
(
self
,
debug
=
False
,
timeout
=
1
):
...
...
bin/proto.py
View file @
797b0aad
...
...
@@ -12,7 +12,7 @@ import sys
import
shutil
import
codecs
import
argparse
from
module.esme
import
fsr_l
dap
,
get_date
,
get_sprecher
,
get_config
,
get_share
,
get_path
from
module.esme
import
FsrL
dap
,
get_date
,
get_sprecher
,
get_config
,
get_share
,
get_path
def
build_parser
():
...
...
@@ -173,11 +173,11 @@ if __name__ == "__main__":
TABDEF
=
"||"
if
OPT
.
test
:
ESME
=
fsr_l
dap
(
OPT
.
debug
,
timeout
=
1
)
ESME
=
FsrL
dap
(
OPT
.
debug
,
timeout
=
1
)
else
:
ESME
=
fsr_l
dap
(
OPT
.
debug
,
timeout
=
CONFIG
[
'SERVER'
].
getint
(
'connect_timeout'
))
ESME
=
FsrL
dap
(
OPT
.
debug
,
timeout
=
CONFIG
[
'SERVER'
].
getint
(
'connect_timeout'
))
print
(
"
\n
"
)
print
(
"Wenn der Standardwert (in []) stimmt einfach Enter!
\n
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment