1
0
mirror of synced 2024-11-15 17:38:57 +01:00
TheChymera-overlay/dev-python/pypubsub/files/pypubsub-3.3.0-imports.patch

16 lines
419 B
Diff
Raw Normal View History

2019-02-25 05:01:37 +01:00
--- a/src/pubsub/core/topicdefnprovider.py 2013-11-17 12:42:54.000000000 -0600
+++ b/src/pubsub/core/topicdefnprovider.py 2019-02-06 17:15:06.138101941 -0600
2018-10-06 05:15:55 +02:00
@@ -7,10 +7,8 @@
2019-02-25 05:01:37 +01:00
import os, re, inspect
from textwrap import TextWrapper, dedent
-from .. import (
- policies,
- py2and3
-)
+import policies, py2and3
+
from .topicargspec import (
topicArgsFromCallable,
ArgSpecGiven