Mercurial > hg > Feedworm
comparison feedupdate.py @ 221:a383abe2e81a
update to python3
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 22 May 2014 05:10:51 +0200 |
parents | 38d1898e7d82 |
children | f07cf25224a4 |
comparison
equal
deleted
inserted
replaced
219:38d1898e7d82 | 221:a383abe2e81a |
---|---|
1 #!/usr/bin/env python | 1 #!/usr/bin/env python3 |
2 # -*- coding: utf-8 -*- | 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__": |