From 9c5708cc92af894e414bc76ee35ec2230de5d288 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Wed, 2 Jan 2013 08:35:03 -0300 Subject: Imported Upstream version 5.1 --- nikola/__init__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nikola/__init__.py') 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 + -- cgit v1.2.3