diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-27 18:10:33 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-27 18:10:33 -0500 |
| commit | b7083eaba5288d02dd4832e10de312cfd755ccae (patch) | |
| tree | 6096db3df2c2810ad310d35bdd4c3661f63f0f20 /Biz/PodcastItLater/UI.py | |
| parent | 0356aac5ad591172967f688e71d1e4351c99c7fe (diff) | |
Fixes to get all tests passing
Diffstat (limited to 'Biz/PodcastItLater/UI.py')
| -rw-r--r-- | Biz/PodcastItLater/UI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/PodcastItLater/UI.py b/Biz/PodcastItLater/UI.py index ff9301d..e9ef27d 100644 --- a/Biz/PodcastItLater/UI.py +++ b/Biz/PodcastItLater/UI.py @@ -4,7 +4,7 @@ PodcastItLater Shared UI Components. Common UI components and utilities shared across web pages. """ -# : out podcastitlater-ui +# : lib # : dep ludic import Biz.PodcastItLater.Core as Core import ludic.html as html |
