<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Luis M. González wrote:
<blockquote
 cite="mid:69463be0-d839-43cf-a8a7-1cc9081f672d@r27g2000yqn.googlegroups.com"
 type="cite">
  <pre wrap="">On 26 mar, 11:49, kj <a class="moz-txt-link-rfc2396E" href="mailto:no.em...@please.post"><no.em...@please.post></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">What's the word on using "classes as namespaces"?  E.g.

class _cfg(object):
    spam = 1
    jambon = 3
    huevos = 2

breakfast = (_cfg.spam, _cfg.jambon, _cfg.huevos)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I see no problem.
I wouldn't mix English, French and Spanish in the same recipe though...
  </pre>
</blockquote>
Why? Do you think it might get over cooked? ;c)<br>
<br>
</body>
</html>