Author: soliton
Date: Thu Oct 9 22:04:04 2008
New Revision: 29989
URL: http://svn.gna.org/viewcvs/wesnoth?rev=29989&view=rev
Log:
fix another backporting oversight
Modified:
branches/1.4/utils/campaigns_client.py
Modified: branches/1.4/utils/campaigns_client.py
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/utils/campaigns_client.py?rev=29989&r1=29988&r2=29989&view=diff
==============================================================================
--- branches/1.4/utils/campaigns_client.py (original)
+++ branches/1.4/utils/campaigns_client.py Thu Oct 9 22:04:04 2008
@@ -304,7 +304,7 @@
cs = CampaignClient(address)
data = cs.list_campaigns()
if data:
- import addon_manager.html
+ import campaigns_client.html
campaigns_client.html.output(options.html, options.url, data)
else:
sys.stderr.write("Could not connect.\n")
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits