File: __init__.py

package info (click to toggle)
tryton-modules-account 2.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,408 kB
  • sloc: python: 6,010; xml: 2,982; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#This file is part of Tryton.  The COPYRIGHT file at the top level of
#this repository contains the full copyright notices and license terms.

from fiscalyear import *
from account import *
from period import *
from journal import *
from move import *
from tax import *
from party import *