syntax
This commit is contained in:
parent
228760df55
commit
3e271e9ae7
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ class Article(object):
|
|||
def __init__(self):
|
||||
self.title = u''
|
||||
self.body = u''
|
||||
self.author =None
|
||||
self.author = None
|
||||
self.date = None
|
||||
|
||||
class ArticlePage(BasePage):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue