You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2019/12/16 11:12:53 UTC

svn commit: r1871651 - /comdev/reporter.apache.org/trunk/scripts/rapp/overview.py

Author: humbedooh
Date: Mon Dec 16 11:12:52 2019
New Revision: 1871651

URL: http://svn.apache.org/viewvc?rev=1871651&view=rev
Log:
fix import

Modified:
    comdev/reporter.apache.org/trunk/scripts/rapp/overview.py

Modified: comdev/reporter.apache.org/trunk/scripts/rapp/overview.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/rapp/overview.py?rev=1871651&r1=1871650&r2=1871651&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/rapp/overview.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/rapp/overview.py Mon Dec 16 11:12:52 2019
@@ -7,7 +7,7 @@ import pdata
 import time
 import re
 import committee_info
-import whimsy
+import rapp.whimsy
 
 CACHE_TIMEOUT = 14400