Skip to content

Commit 9a99fb2

Browse files
committed
removing un-need manifest, encoding formatting
1 parent c050648 commit 9a99fb2

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

MANIFEST.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

xbrl/__init__.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
#! /usr/bin/env python
2+
# encoding: utf-8
13

2-
3-
from .xbrl import XBRLParser, GAAP, GAAPSerializer
4+
from __future__ import absolute_import
45

56
__version__ = '1.0.8'
7+
8+
from .xbrl import XBRLParser

xbrl/gaap.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#! /usr/bin/env python
2+
# encoding: utf-8
3+
14
from __future__ import print_function
25

36
from xbrl import XBRLParser, GAAP, GAAPSerializer

xbrl/xbrl.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#! /usr/bin/env python
2+
# encoding: utf-8
3+
14
import re
25
from marshmallow import Serializer, fields
36
import datetime

0 commit comments

Comments
 (0)