Merge lp:~denys.duchier/sloecode/sloecode.fixes into lp:sloecode

Proposed by Denys Duchier
Status: Merged
Merge reported by: Thomi Richards
Merged at revision: not available
Proposed branch: lp:~denys.duchier/sloecode/sloecode.fixes
Merge into: lp:sloecode
Diff against target: 22 lines (+2/-0)
2 files modified
setup.py (+1/-0)
sloecode/controllers/person.py (+1/-0)
To merge this branch: bzr merge lp:~denys.duchier/sloecode/sloecode.fixes
Reviewer Review Type Date Requested Status
Thomi Richards (community) Approve
Review via email: mp+66690@code.launchpad.net

Description of the change

a couple of fixes that I needed to make things work when installing from sources on my Gentoo distro.

To post a comment you must log in.
Revision history for this message
Thomi Richards (thomir-deactivatedaccount) wrote :

Thanks for your contribution.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2011-06-04 09:18:42 +0000
3+++ setup.py 2011-07-02 11:51:28 +0000
4@@ -23,6 +23,7 @@
5 "repoze.who<=1.99",
6 "repoze.what",
7 "repoze.who.plugins.sa",
8+ "repoze.who-friendlyform",
9 "repoze.what-pylons",
10 "pycrypto", #for smartserver
11 "pyasn1",
12
13=== modified file 'sloecode/controllers/person.py'
14--- sloecode/controllers/person.py 2011-06-22 06:54:54 +0000
15+++ sloecode/controllers/person.py 2011-07-02 11:51:28 +0000
16@@ -6,6 +6,7 @@
17 from repoze.what.plugins.pylonshq import ActionProtector
18 from repoze.what.predicates import Any
19 import formencode
20+import formencode.htmlfill
21
22 from repoze.what.predicates import not_anonymous
23

Subscribers

People subscribed via source and target branches