소스 검색

[minor] [patch] import os for patches

version-14
Rushabh Mehta 9 년 전
부모
커밋
e199d21664
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      frappe/modules/patch_handler.py

+ 3
- 0
frappe/modules/patch_handler.py 파일 보기

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

# for patches
import os

class PatchError(Exception): pass

def run_all():


불러오는 중...
취소
저장