File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Copyright (c) 2012-2013 , Hsiaoming Yang <me@lepture.com>
1+ Copyright (c) 2012-2015 , Hsiaoming Yang <me@lepture.com>
22
33Redistribution and use in source and binary forms, with or without
44modification, are permitted provided that the following conditions
Original file line number Diff line number Diff line change 44
55 A python version of livereload.
66
7- :copyright: (c) 2013 by Hsiaoming Yang
7+ :copyright: (c) 2013 - 2015 by Hsiaoming Yang
8+ :license: BSD, see LICENSE for more details.
89"""
910
1011__version__ = '2.4.0'
Original file line number Diff line number Diff line change 66 HTTP and WebSocket handlers for livereload.
77
88 :copyright: (c) 2013 - 2015 by Hsiaoming Yang
9+ :license: BSD, see LICENSE for more details.
910"""
1011
1112import os
Original file line number Diff line number Diff line change 55
66 WSGI app server for livereload.
77
8- :copyright: (c) 2013 by Hsiaoming Yang
8+ :copyright: (c) 2013 - 2015 by Hsiaoming Yang
9+ :license: BSD, see LICENSE for more details.
910"""
1011
1112import os
Original file line number Diff line number Diff line change 66 A file watch management for LiveReload Server.
77
88 :copyright: (c) 2013 - 2015 by Hsiaoming Yang
9+ :license: BSD, see LICENSE for more details.
910"""
1011
1112import os
You can’t perform that action at this time.
0 commit comments