Revision 3e022b7b ncclient/operations/notification.py

b/ncclient/operations/notification.py
12 12
# See the License for the specific language governing permissions and
13 13
# limitations under the License.
14 14

  
15
from glue import Listener
16 15

  
17 16
class Notification:
18 17
    
19 18
    pass
20

  
21
class NotificationListener(Listener):
22
    
23
    pass

Also available in: Unified diff