Skip to content

Commit

Permalink
Rename WeasyPrint Browser to Navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Jun 20, 2012
1 parent d4399ee commit 3dde680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions weasyprint/browser.py → weasyprint/navigator.py
@@ -1,7 +1,7 @@
# coding: utf8
"""
weasyprint.browser
------------------
weasyprint.navigator
--------------------
A WeasyPrint-based web browser. In your web browser.
Expand Down Expand Up @@ -85,7 +85,7 @@ def make_app():
template = Template('''
<!doctype html>
<meta charset=utf-8>
<title>WeasyPrint Browser</title>
<title>WeasyPrint Navigator</title>
<style>
form { position: fixed; z-index: 1;
top: 8px; left: 16px; right: 0; }
Expand Down

0 comments on commit 3dde680

Please sign in to comment.