mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-04-11 10:09:29 +02:00
fix import regression
This commit is contained in:
parent
f6077cca8b
commit
fe733f7812
2 changed files with 9 additions and 0 deletions
2
prose.py
2
prose.py
|
@ -1,3 +1,5 @@
|
|||
import datetime
|
||||
|
||||
def universal_html_prefix(page_title):
|
||||
return """<!DOCTYPE html>
|
||||
<html>
|
||||
|
|
7
test_prose.py
Normal file
7
test_prose.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
import prose
|
||||
import unittest
|
||||
|
||||
|
||||
class Tests(unittest.TestCase):
|
||||
def test_suffix_does_not_crash_due_to_missing_imports(self):
|
||||
prose.html_suffix()
|
Loading…
Add table
Reference in a new issue