python-tldp/tldp/__init__.py

14 lines
256 B
Python
Raw Normal View History

# -*- coding: utf8 -*-
2016-04-29 15:02:02 +00:00
#
# Copyright (c) 2016 Linux Documentation Project
from __future__ import absolute_import
2016-05-16 16:37:46 +00:00
from __future__ import unicode_literals
import tldp.config
import tldp.outputs
import tldp.sources
import tldp.inventory
2016-04-27 17:52:56 +00:00
2016-05-16 16:56:15 +00:00
VERSION = "0.7.14"