Browse Source

Import print function

pull/2742/merge
Ruud 11 years ago
parent
commit
08e2a3a883
  1. 1
      CouchPotato.py

1
CouchPotato.py

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

Loading…
Cancel
Save