]> code.delx.au - webdl/commitdiff
brightcove: seems to work well, no need to mark it experimental anymore
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 22 Mar 2014 05:21:11 +0000 (16:21 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 22 Mar 2014 05:21:11 +0000 (16:21 +1100)
brightcove.py

index 24ade9073402da9322796d318a423bc5da036e09..4c4e09620059e5870be9573fdaf5518ae73c5768 100644 (file)
@@ -63,7 +63,6 @@ class BrightcoveRootNode(Node):
                return node
 
        def fill_children(self):
-               print "Notice! Brightcove API (Ch9 & Ch10) support is still experimental."
                page_number = 0
                while page_number < 100:
                        sys.stdout.write(".")