Some clean ups
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import oursql as mysqldb
|
import oursql as mysqldb
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import hashlib
|
import hashlib
|
||||||
import re
|
import re
|
||||||
@@ -190,4 +192,3 @@ class RED_FAM_WORKER( RED_FAM ):
|
|||||||
Handles working with redundance families stored in database where discussion is finished
|
Handles working with redundance families stored in database where discussion is finished
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
print( repr( x ) )
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from mysql_red import MYSQL_RED_PAGE
|
from mysql_red import MYSQL_RED_PAGE
|
||||||
|
|
||||||
class RED_PAGE:
|
class RED_PAGE:
|
||||||
@@ -74,4 +77,3 @@ class RED_PAGE:
|
|||||||
status = 0
|
status = 0
|
||||||
|
|
||||||
self.__mysql.update_page( self.page._revid, self.page.title, status )
|
self.__mysql.update_page( self.page._revid, self.page.title, status )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user