|
@@ -14,6 +14,9 @@ from __future__ import unicode_literals |
|
|
""" |
|
|
""" |
|
|
import frappe, frappe.permissions |
|
|
import frappe, frappe.permissions |
|
|
|
|
|
|
|
|
|
|
|
# for patches |
|
|
|
|
|
import os |
|
|
|
|
|
|
|
|
class PatchError(Exception): pass |
|
|
class PatchError(Exception): pass |
|
|
|
|
|
|
|
|
def run_all(): |
|
|
def run_all(): |
|
|