diff options
| author | 2013-01-02 08:35:03 -0300 | |
|---|---|---|
| committer | 2013-01-02 08:35:03 -0300 | |
| commit | 9c5708cc92af894e414bc76ee35ec2230de5d288 (patch) | |
| tree | 61bd56b5517a4713626c254981143e008c719469 /nikola/__init__.py | |
| parent | 0f2c04e70a0ffdd0892d6970cafbcd952d221db5 (diff) | |
Imported Upstream version 5.1upstream/5.1
Diffstat (limited to 'nikola/__init__.py')
| -rw-r--r-- | nikola/__init__.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nikola/__init__.py b/nikola/__init__.py index 3b6ad2a..94031c9 100644 --- a/nikola/__init__.py +++ b/nikola/__init__.py @@ -1 +1,5 @@ -from nikola import Nikola # NOQA +from __future__ import absolute_import + +from .nikola import Nikola # NOQA +from . import plugins + |
