Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Add no cover pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
bacher09 committed Feb 3, 2014
1 parent df6d6f9 commit c7b6609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynsupdate/client.py
Expand Up @@ -551,9 +551,9 @@ def build_parser(cls):
return parser


def main():
def main(): # pragma: no cover
Program().run()


if __name__ == "__main__":
if __name__ == "__main__": # pragma: no cover
main()

0 comments on commit c7b6609

Please sign in to comment.