Add coding directive

This commit is contained in:
Ivan Habunek 2017-04-15 14:53:08 +02:00
parent 7e31c57a63
commit d21e45899c
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
5 changed files with 7 additions and 1 deletions

0
tests/__init__.py Normal file
View File

View File

@ -1,4 +1,4 @@
# import pytest
# -*- coding: utf-8 -*-
import requests
from toot import App, User, create_app, login, CLIENT_NAME, CLIENT_WEB, SCOPES

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import logging
import requests

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import os
from . import User, App

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
#
from __future__ import print_function
import os