mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 07:48:11 +00:00
Nevow is no longer a dependency
This commit is contained in:
@ -11,7 +11,6 @@ package_imports = [
|
|||||||
('foolscap', 'foolscap'),
|
('foolscap', 'foolscap'),
|
||||||
('zfec', 'zfec'),
|
('zfec', 'zfec'),
|
||||||
('Twisted', 'twisted'),
|
('Twisted', 'twisted'),
|
||||||
('Nevow', 'nevow'),
|
|
||||||
('zope.interface', 'zope.interface'),
|
('zope.interface', 'zope.interface'),
|
||||||
('python', None),
|
('python', None),
|
||||||
('platform', None),
|
('platform', None),
|
||||||
@ -72,7 +71,6 @@ runtime_warning_messages = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
warning_imports = [
|
warning_imports = [
|
||||||
'nevow',
|
|
||||||
'twisted.persisted.sob',
|
'twisted.persisted.sob',
|
||||||
'twisted.python.filepath',
|
'twisted.python.filepath',
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user