Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fixhdr
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Software Public
PASSOFT
fixhdr
Commits
c8eab116
Commit
c8eab116
authored
4 years ago
by
Maeva Pourpoint
Browse files
Options
Downloads
Patches
Plain Diff
Code cleanup to conform to PEP8 style guide
parent
e29180c5
No related branches found
No related tags found
1 merge request
!5
Formatting and cookiecutter files cleanup
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
fixhdr/LibTrace.py
+599
-513
599 additions, 513 deletions
fixhdr/LibTrace.py
fixhdr/fixhdr.py
+1095
-969
1095 additions, 969 deletions
fixhdr/fixhdr.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
1695 additions
and
1483 deletions
fixhdr/LibTrace.py
+
599
−
513
View file @
c8eab116
This diff is collapsed.
Click to expand it.
fixhdr/fixhdr.py
+
1095
−
969
View file @
c8eab116
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
c8eab116
...
@@ -31,7 +31,7 @@ setup(
...
@@ -31,7 +31,7 @@ setup(
],
],
},
},
install_requires
=
[
'
Pmw @ https://github.com/schrodinger/pmw-patched/archive/master.tar.gz
'
],
install_requires
=
[
'
Pmw @ https://github.com/schrodinger/pmw-patched/archive/master.tar.gz
'
],
setup_requires
=
[],
setup_requires
=
[],
extras_require
=
{
extras_require
=
{
'
dev
'
:
[
'
dev
'
:
[
'
pip
'
,
'
pip
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment