Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Merge requests
!154
#181
move crc_pubkey.py to key package (BBC)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#181
move crc_pubkey.py to key package (BBC)
cleanup_documents_folder
into
dev
Overview
3
Commits
1
Pipelines
8
Changes
3
All threads resolved!
Hide all comments
Merged
Vincent Texier
requested to merge
cleanup_documents_folder
into
dev
3 years ago
Overview
3
Commits
1
Pipelines
8
Changes
3
All threads resolved!
Hide all comments
Expand
Close
#181 (closed)
.
Edited
3 years ago
by
Vincent Texier
0
0
Merge request reports
Compare
dev
version 3
97028946
3 years ago
version 2
17314335
3 years ago
version 1
8b493d95
3 years ago
dev (base)
and
latest version
latest version
56fc5efb
1 commit,
3 years ago
version 3
97028946
1 commit,
3 years ago
version 2
17314335
1 commit,
3 years ago
version 1
8b493d95
1 commit,
3 years ago
3 files
+
3
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
duniterpy/documents/__init__.py
+
0
−
1
Options
@@ -16,7 +16,6 @@
from
.block
import
Block
from
.block_uid
import
BlockUID
,
block_uid
from
.certification
import
Certification
from
.crc_pubkey
import
CRCPubkey
from
.document
import
Document
,
MalformedDocumentError
from
.identity
import
Identity
from
.membership
import
Membership
Loading