Mercurial > hg > Feedworm
comparison feedupdate.py @ 217:bb3c851b18b1
add source file endcoding header
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 27 Apr 2014 05:33:34 +0200 |
parents | 5b131f82057d |
children | 38d1898e7d82 |
comparison
equal
deleted
inserted
replaced
216:9bc4b2465435 | 217:bb3c851b18b1 |
---|---|
1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
2 | 2 # -*- coding: utf-8 -*- |
3 import BackendFactory | 3 import BackendFactory |
4 import logging | 4 import logging |
5 | 5 |
6 if __name__ == "__main__": | 6 if __name__ == "__main__": |
7 logging.basicConfig(level=logging.DEBUG) | 7 logging.basicConfig(level=logging.DEBUG) |