Bug#325540: SyntaxWarning: import * only allowed at module level

2005-08-29 Thread Duck
tags 325540 + upstream thanks Coin, Seo Sanghyeon <[EMAIL PROTECTED]> writes: > While installing python-soya, I get the following warning: > > /usr/lib/python2.3/site-packages/soya/pudding/test.py:42 > SyntaxWarning: import * only allowed at module level > > This comes from "from soya.pudding.

Bug#325540: SyntaxWarning: import * only allowed at module level

2005-08-29 Thread Seo Sanghyeon
Package: python-soya Version: 0.10.1-1 Severity: minor While installing python-soya, I get the following warning: /usr/lib/python2.3/site-packages/soya/pudding/test.py:42 SyntaxWarning: import * only allowed at module level This comes from "from soya.pudding.ext import *" line, as it is inside f