Selaa lähdekoodia

[minor] [patch] import os for patches

version-14
Rushabh Mehta 9 vuotta sitten
vanhempi
commit
e199d21664
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. +3
    -0
      frappe/modules/patch_handler.py

+ 3
- 0
frappe/modules/patch_handler.py Näytä tiedosto

@@ -14,6 +14,9 @@ from __future__ import unicode_literals
"""
import frappe, frappe.permissions

# for patches
import os

class PatchError(Exception): pass

def run_all():


Ladataan…
Peruuta
Tallenna