0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-10-21 19:44:16 -04:00

Add coding directive

This commit is contained in:
Ivan Habunek
2017-04-15 14:53:08 +02:00
parent 7e31c57a63
commit d21e45899c
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 import requests
from toot import App, User, create_app, login, CLIENT_NAME, CLIENT_WEB, SCOPES 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 logging
import requests import requests

View File

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

View File

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