Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coolamqp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
coolamqp
Commits
a7d22e70
Commit
a7d22e70
authored
7 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
yeah
parent
bc34d89e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
coolamqp/framing/compilation/content_property.py
+2
-2
2 additions, 2 deletions
coolamqp/framing/compilation/content_property.py
with
2 additions
and
2 deletions
coolamqp/framing/compilation/content_property.py
+
2
−
2
View file @
a7d22e70
...
...
@@ -121,11 +121,11 @@ def _compile_particular_content_property_list_class(zpf, fields):
return
u
''
.
join
(
mod
)
def
compile_particular_content_property_list_class
(
zpf
,
fields
):
q
=
_compile_particular_content_property_list_class
(
zpf
,
fields
)
import
struct
from
coolamqp.framing.base
import
AMQPContentPropertyList
q
=
_compile_particular_content_property_list_class
(
zpf
,
fields
)
loc
=
{
'
struct
'
:
struct
,
'
AMQPContentPropertyList
'
:
AMQPContentPropertyList
}
exec
(
q
,
globals
(),
loc
)
return
loc
[
'
ParticularContentTypeList
'
]
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