cleanup
This commit is contained in:
@@ -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 -*-
|
||||
|
Reference in New Issue
Block a user