Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 545750 Details for
Bug 665068
media-video/griffith ImportError: cannot import name InstrumentationManager
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix_griffith-0.13-validators.patch
fix_griffith-0.13-validators.patch (text/plain), 625 bytes, created by
Petross404(Petros S)
on 2018-09-01 21:39:33 UTC
(
hide
)
Description:
fix_griffith-0.13-validators.patch
Filename:
MIME Type:
Creator:
Petross404(Petros S)
Created:
2018-09-01 21:39:33 UTC
Size:
625 bytes
patch
obsolete
>--- a/griffith-0.13/lib/db/validators.py 2018-09-02 00:37:03.052248916 +0300 >+++ b/griffith-0.13/lib/db/validators.py 2018-09-02 00:37:22.462248580 +0300 >@@ -23,7 +23,13 @@ > > import logging > >-from sqlalchemy.orm.interfaces import AttributeExtension, InstrumentationManager >+from sqlalchemy.orm.interfaces import AttributeExtension >+try: >+ # sql alchemy 0.8 (and above) >+ from sqlalchemy.ext.instrumentation import InstrumentationManager >+except: >+ # sql alchemy 0.7 >+ from sqlalchemy.orm.interfaces import InstrumentationManager > from sqlalchemy.orm import ColumnProperty > from sqlalchemy.types import String >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 665068
:
545748
| 545750