Skip to content

Commit

Permalink
fixed upload file
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsarik committed Dec 19, 2017
1 parent c931189 commit 70d0c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/editor_shapefiles.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
import os
import re
from subprocess import check_call, Popen, PIPE
from datetime import datetime, date, timedelta

Expand Down
1 change: 1 addition & 0 deletions src/core/functions_customer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
import re
from subprocess import check_call, Popen, PIPE
from datetime import datetime

Expand Down

0 comments on commit 70d0c67

Please sign in to comment.