~ubuntu-branches/ubuntu/wily/python-livereload/wily

« back to all changes in this revision

Viewing changes to livereload/handlers.py

  • Committer: Package Import Robot
  • Author(s): Agustin Henze
  • Date: 2014-10-20 20:32:27 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20141020203227-e6m4lum46ykr7ilw
Tags: 2.2.2-1
* Imported Upstream version 2.2.2
* Bumped Standard-Version to 3.9.6 (no changes required)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    def allow_draft76(self):
30
30
        return True
31
31
 
 
32
    def check_origin(self, origin):
 
33
        return True
 
34
 
32
35
    def on_close(self):
33
36
        if self in LiveReloadHandler.waiters:
34
37
            LiveReloadHandler.waiters.remove(self)