Skip to content

Commit

Permalink
Fix pando.io back to aspen.io
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Mar 19, 2016
1 parent 2c0f128 commit 8d64ae7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pando/json_.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def lazy_check():
raise ImportError("Neither simplejson nor json was found. Try "
"installing simplejson to use dynamic JSON "
"simplates. See "
"http://pando.io/simplates/json/#libraries for "
"http://aspen.io/simplates/json/#libraries for "
"more information.")


Expand Down
2 changes: 1 addition & 1 deletion pando/simplates/renderers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
See user docs here:
http://pando.io/simplates/rendered/
http://aspen.io/simplates/rendered/
Negotiated and rendered resources have content pages the bytes for which are
transformed based on context. The user may explicitly choose a renderer per
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
]

setup( author = 'Chad Whitacre et al.'
, author_email = 'team@pando.io'
, author_email = 'team@aspen.io'
, classifiers = classifiers
, description = ('Pando is a Python web framework. '
'Simplates are the main attraction.')
, entry_points = {'console_scripts': ['fcgi_pando = fcgi_pando:main [fcgi]']}
, name = 'pando'
, packages = find_packages(exclude=['pando.tests', 'pando.tests.*'])
, py_modules = ['fcgi_pando']
, url = 'http://pando.io/'
, url = 'http://aspen.io/'
, version = version
, zip_safe = False
, package_data = {'pando': ['www/*', 'configuration/mime.types']}
Expand Down

0 comments on commit 8d64ae7

Please sign in to comment.