Mercurial > hg > Feedworm
comparison AddFeed.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 | 862760b161b4 |
children | 699d8f1cebd4 |
comparison
equal
deleted
inserted
replaced
216:9bc4b2465435 | 217:bb3c851b18b1 |
---|---|
1 | 1 # -*- coding: utf-8 -*- |
2 from PyQt4 import QtGui | 2 from PyQt4 import QtGui |
3 from Ui_AddFeed import Ui_AddFeed | 3 from Ui_AddFeed import Ui_AddFeed |
4 import logging | 4 import logging |
5 | 5 |
6 class AddFeed(QtGui.QDialog): | 6 class AddFeed(QtGui.QDialog): |