File: __init__.py

package info (click to toggle)
tryton-modules-stock 2.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,044 kB
  • sloc: python: 4,468; xml: 2,520; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
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 location import *
from shipment import *
from period import *
from move import *
from product import *
from inventory import *
from configuration import *