You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/03/16 07:25:49 UTC

svn commit: r1082069 - /incubator/libcloud/trunk/.coveragerc

Author: tomaz
Date: Wed Mar 16 06:25:49 2011
New Revision: 1082069

URL: http://svn.apache.org/viewvc?rev=1082069&view=rev
Log:
Update a list of excluded statements.

Modified:
    incubator/libcloud/trunk/.coveragerc

Modified: incubator/libcloud/trunk/.coveragerc
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/.coveragerc?rev=1082069&r1=1082068&r2=1082069&view=diff
==============================================================================
--- incubator/libcloud/trunk/.coveragerc (original)
+++ incubator/libcloud/trunk/.coveragerc Wed Mar 16 06:25:49 2011
@@ -20,6 +20,8 @@ exclude_lines =
     # Don't complain if non-runnable code isn't run:
     if 0:
     if __name__ == .__main__.:
+    __all__
+    import
 
 ignore_errors = True