Changeset 478:a6b1ebc5be66
- Timestamp:
- 08/29/08 13:01:33
(4 months ago)
- Author:
- Brian Warner <warner@allmydata.com>
- branch:
- default
- Message:
logging/publish.py: hush pyflakes
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r477 |
r478 |
|
| 4 | 4 | from collections import deque |
|---|
| 5 | 5 | from zope.interface import implements |
|---|
| 6 | | import twisted |
|---|
| 7 | 6 | from twisted.python import filepath |
|---|
| 8 | | import foolscap |
|---|
| 9 | 7 | from foolscap.referenceable import Referenceable |
|---|
| 10 | 8 | from foolscap.logging.interfaces import RISubscription, RILogPublisher |
|---|