Missing __init__.py
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lazr.restfulclient (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
lazr.uri (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
protobuf (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When I'm running pylint I get the following warning:
warning: Not importing directory '/usr/share/
warning: Not importing directory '/usr/share/
All other folders from /usr/share/pyshared have an __init__.py file, so I guess that adding that file could solve this problem.
This is a possible fix:
sudo touch /usr/share/
sudo touch /usr/share/
ProblemType: Bug
Architecture: i386
Date: Thu May 20 19:46:16 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: python-protobuf 2.0.3-2.2ubuntu2
PackageArchitec
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: protobuf
Uname: Linux 2.6.31-19-generic i686
The question is, which package should that file go in? There's no "lowest-level" lazr package - neither python- lazr.restfulcli ent nor python-lazr.uri depends on the other, and either one ought to arrange for the top-level __init__.py to exist. Do we need a python-lazr.common or something?