Skip to content
Snippets Groups Projects
Commit d51be170 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Merge branch 'fix-missing-import' into 'master'

Fix missing import

See merge request core/python!8
parents b990c047 6dd861ba
No related branches found
No related tags found
1 merge request!8Fix missing import
#!/usr/bin/env python3 #!/usr/bin/env python3
import sys
import argparse
import lib_path import lib_path
import lib import lib
import argparse
import tabulate import tabulate
import dphysldap import dphysldap
......
#!/usr/bin/env python3 #!/usr/bin/env python3
import ssl
import lib_path import lib_path
import lib import lib
import ldap3 import ldap3
import ssl
SERVERS = ['phd-aa1.ethz.ch', 'phd-aa2.ethz.ch', 'phd-aa3.ethz.ch'] SERVERS = ['phd-aa1.ethz.ch', 'phd-aa2.ethz.ch', 'phd-aa3.ethz.ch']
BASE = 'dc=phys,dc=ethz,dc=ch' BASE = 'dc=phys,dc=ethz,dc=ch'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment