1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tools
Tom Yubing Dong 786a209d2b ctrl+c now correctly terminates fab serve
Previously `ctrl+c` a `fab serve` wouldn't necessarily terminate the web server. Even if it does, re-using the command `fab serve` might result in the following error:

```
socket.error: [Errno 48] Address already in use
```

This fix manually creates a `TCPServer` with `allow_reuse_address` set to `True`, which solves this issue.

Tested on OS X 10.9.1.
2013-12-26 22:30:54 +08:00
..
templates ctrl+c now correctly terminates fab serve 2013-12-26 22:30:54 +08:00
__init__.py move tools in pelican.tools and add the pelican.tools package to setup.py 2012-03-16 18:53:08 +00:00
pelican_import.py wordpress importer: fallback onto wp:post_id if wp:post_name is empty 2013-12-04 09:46:44 -05:00
pelican_quickstart.py Fix #1182# 2013-12-23 21:32:10 +01:00
pelican_themes.py Port pelican to python 3. 2013-01-11 03:20:09 +01:00