diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1540cffce5..8d4a029257 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16348,9 +16348,6 @@ by providing an implementation of the PEP 3156 event-loop.") programmatically interfacing with your system's $EDITOR.") (license license:asl2.0))) -(define-public python2-editor - (package-with-python2 python-editor)) - (define-public python-multiprocessing-logging (package (name "python-multiprocessing-logging") |