Browse Source

Merge pull request #7293 from ekohl/py2

Use python2
pull/7302/head
Ruud Burger 6 years ago
committed by GitHub
parent
commit
76a5e987b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CouchPotato.py

2
CouchPotato.py

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python2
from __future__ import print_function from __future__ import print_function
from logging import handlers from logging import handlers
from os.path import dirname from os.path import dirname

Loading…
Cancel
Save