Skip to content

Commit

Permalink
Do not use paste.deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Mar 4, 2024
1 parent 76f04e1 commit 1c594cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stack/dispatch/controllers/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from tg import dispatched_controller
from tests.test_validation import validators
from tg._compat import unicode_text, u_
from tg.support.converters import asbool

from paste.deploy.converters import asbool

class NestedSubController(TGController):
@expose()
Expand Down

0 comments on commit 1c594cd

Please sign in to comment.