Some clean ups

This commit is contained in:
2015-09-10 11:57:10 +02:00
parent 79e232d52b
commit 9e865e1c2f
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
try:
import oursql as mysqldb

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import hashlib
import re
@@ -190,4 +192,3 @@ class RED_FAM_WORKER( RED_FAM ):
Handles working with redundance families stored in database where discussion is finished
"""
pass
print( repr( x ) )

View File

@@ -1,3 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from mysql_red import MYSQL_RED_PAGE
class RED_PAGE:
@@ -74,4 +77,3 @@ class RED_PAGE:
status = 0
self.__mysql.update_page( self.page._revid, self.page.title, status )