add add_pkg_loader and add_path_loader method to pytex

This commit is contained in:
Bertrand Benjamin 2017-09-12 21:54:39 +03:00
parent 1f4b0fb6ad
commit 7a69fde89d
1 changed files with 1 additions and 1 deletions

View File

@ -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 *
# -----------------------------