Browse Source

[minor] [patch] import os for patches

version-14
Rushabh Mehta 9 years ago
parent
commit
e199d21664
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      frappe/modules/patch_handler.py

+ 3
- 0
frappe/modules/patch_handler.py View File

@@ -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():


Loading…
Cancel
Save