Skip to content

Commit

Permalink
Add compiler sanctioned imports
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe committed Jan 18, 2024
1 parent 19e08a8 commit 0a7123a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/chameleon/tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ def test_pagetemplates(self):
def test_pagetexttemplates(self):
from chameleon import PageTextTemplate
from chameleon import PageTextTemplateFile

def test_compiler_utils(self):
from chameleon.compiler import ExpressionEngine
from chameleon.compiler import ExpressionEvaluator
from chameleon.tales import ExpressionParser
from chameleon.utils import Scope

0 comments on commit 0a7123a

Please sign in to comment.