Skip to content

Commit a6eadf9

Browse files
committed
Removed entrypoints; using __init__ instead.
1 parent 16f1de6 commit a6eadf9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

code_comments/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from code_comments import comment
22
from code_comments import comments
33
from code_comments import db
4+
from code_comments import notification
45
from code_comments import web
56
from code_comments import comment_macro
6-
from code_comments import ticket_event_listener
7+
from code_comments import ticket_event_listener

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
entry_points={
1010
'trac.plugins': [
1111
'code_comments = code_comments',
12-
'code_comments.api = code_comments.api',
13-
'code_comments.notification = code_comments.notification',
1412
],
1513
},
1614
package_data={

0 commit comments

Comments
 (0)