Skip to content

Commit b58b139

Browse files
committed
Uncomment be_roster attribute
1 parent c0d34ca commit b58b139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/app/Roster.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ m.attr("B_SOME_APP_LAUNCHED") = py::int_('BRAS');
2222
m.attr("B_SOME_APP_QUIT") = py::int_('BRAQ');
2323
m.attr("B_SOME_APP_ACTIVATED") = py::int_('BRAW');
2424

25-
//m.attr("be_roster") = be_roster;
26-
2725
py::class_<app_info>(m, "app_info")
2826
.def(py::init(), "")
2927
.def_readwrite("thread", &app_info::thread)
@@ -68,5 +66,7 @@ py::class_<BRoster>(m, "BRoster")
6866
//.def_readonly("Private", &BRoster::Private)
6967
;
7068

69+
m.attr("be_roster") = be_roster;
70+
7171

7272
}

0 commit comments

Comments
 (0)