This commit is contained in:
2013-04-09 23:39:02 +02:00
parent a1c6ab0c09
commit 1dfb7e5067
6 changed files with 10 additions and 35 deletions

View File

@@ -1,6 +1,3 @@
#!/usr/bin/env python
#coding: utf-8
from sqlalchemy import Column, Integer, ForeignKey, String, Text, DateTime
from datetime import datetime
from time import mktime
@@ -143,3 +140,4 @@ class Entry(Base):
text += '\n\nEnclosures:\n%s' % self.enclosures
return text
# -*- coding: utf-8 -*-