Skip to content

Commit dd29242

Browse files
committed
Fix relative import in pywps/response/basic.py
1 parent a95128c commit dd29242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywps/response/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pywps import WPSRequest
66

77
from pywps.dblog import store_status
8-
from .status import WPS_STATUS
8+
from pywps.response.status import WPS_STATUS
99
import os
1010

1111
from jinja2 import Environment, PackageLoader

0 commit comments

Comments
 (0)