Skip to content

Commit

Permalink
+ ANAL and SM
Browse files Browse the repository at this point in the history
  • Loading branch information
erlehmann committed Apr 23, 2011
1 parent 06a331e commit dc41f21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pylons/fickileaks/websetup.py
Expand Up @@ -43,8 +43,8 @@ def setup_app(command, conf, vars):
bp2 = Person(bob, ["Dave the Face"], ["http://example.com/davedavedave"])

# User bob claims to be aware of the existence of these relationships
br0 = Relation(bob, 'FUCK', [bp0, bp1])
br1 = Relation(bob, 'FUCK', [bp0, bp2])
br0 = Relation(bob, 'ANAL', [bp0, bp1])
br1 = Relation(bob, 'ANAL', [bp0, bp2])
br2 = Relation(bob, 'KISS', [bp1, bp2])

# User charlie claims to be aware of the existence of these persons
Expand All @@ -57,6 +57,6 @@ def setup_app(command, conf, vars):
cr0 = Relation(charlie, 'KISS', [cp0, cp1])
cr1 = Relation(charlie, 'KISS', [cp0, cp2])
cr2 = Relation(charlie, 'KISS', [cp1, cp3])
cr3 = Relation(charlie, 'FUCK', [cp2, cp3])
cr3 = Relation(charlie, 'SM', [cp2, cp3])

Session.commit()

0 comments on commit dc41f21

Please sign in to comment.