Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
irul
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 765e0513
authored
Oct 21, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove unused imports in base_views.py to clean up the code
1 parent
54025599
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
opensipkd/base/views/base_views.py
opensipkd/base/views/base_views.py
View file @
765e051
from
decimal
import
Decimal
import
logging
from
math
import
tan
import
os
import
re
from
datetime
import
datetime
,
date
from
email.utils
import
parseaddr
from
tarfile
import
data_filter
from
datetime
import
datetime
from
cgi
import
FieldStorage
from
webob.multidict
import
MultiDict
from
opensipkd.tools.captcha
import
img_captcha
import
colander
from
datatables
import
ColumnDT
from
dateutil.relativedelta
import
relativedelta
from
deform
import
(
widget
,
Form
,
ValidationFailure
,
FileData
,
)
from
deform.widget
import
SelectWidget
from
pyramid.httpexceptions
import
HTTPFound
,
HTTPNotFound
...
...
@@ -23,7 +17,7 @@ from opensipkd.tools import dmy, get_settings, get_ext, \
date_from_str
,
get_random_string
,
Upload
,
InvalidExtension
,
mem_tmp_store
from
opensipkd.tools.buttons
import
(
btn_save
,
btn_cancel
,
btn_close
,
btn_delete
,
btn_add
,
btn_csv
,
btn_pdf
,
btn_u
npost
,
btn_post
,
btn_u
pload
)
btn_pdf
,
btn_upload
)
# from opensipkd.tools.captcha import get_captcha
from
opensipkd.tools.report
import
csv_response
,
file_response
from
pyramid.request
import
Response
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment