From 7a69fde89df1318d9877210af384e20208bd3cf8 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 12 Sep 2017 21:54:39 +0300 Subject: [PATCH] add add_pkg_loader and add_path_loader method to pytex --- pytex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytex/__init__.py b/pytex/__init__.py index 8531817..4704bcd 100644 --- a/pytex/__init__.py +++ b/pytex/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # encoding: utf-8 -from .texenv import texenv +from .texenv import texenv, add_pkg_loader, add_path_loader from .pytex import * # -----------------------------