Skip to content
Snippets Groups Projects
Commit 4b4a5f76 authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Update python version

parent 0855799b
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ TimeToLive = \
)
# We're connecting to one of multiple sub-collectors
include command into $(ETC)/collector.cfg : python $(ETC)/collector_address.py $(CentralManager)
include command into $(ETC)/collector.cfg : python3 $(ETC)/collector_address.py $(CentralManager)
COLLECTOR_USES_SHARED_PORT = FALSE
## Condor Connection Brokering
......
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import unicode_literals, print_function
import argparse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment