mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #238] requrements.txt incomplete, new api #158
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @schmirgo on GitHub (May 17, 2019).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/238
requirements.txt does not contain readerwriterlock (unsure if needed)
requirements.txt does not contain rwlock
Fixes in utils.py and connection.py were necessary due to api changes in rwlock to get it running
Had to rename class reference/instantiation of ReadWriteLock to RWLock
@catborise commented on GitHub (May 20, 2019):
RWLock comes with django but i do not know rwlock equals to djangos' RWLock.
no need to install rwlock with requirements because it is there already as file under vrtManager/rwlock.py