Browse Source

Put future import after shebang

pull/2756/head
Ruud Burger 11 years ago
parent
commit
4b1151bda1
  1. 2
      CouchPotato.py

2
CouchPotato.py

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

Loading…
Cancel
Save