diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-08-15 11:51:15 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-08-15 11:51:15 +0200 |
commit | 088452702812614cbbbaa64b116f29971920fac2 (patch) | |
tree | 6ebcac8a97e12720e09630e4f41c3cc7ecacd6bb /portato/ipc.pyx | |
parent | 44d410d007e88d794e35e322082bec3ec69d5fa7 (diff) | |
download | portato-088452702812614cbbbaa64b116f29971920fac2.tar.gz portato-088452702812614cbbbaa64b116f29971920fac2.tar.bz2 portato-088452702812614cbbbaa64b116f29971920fac2.zip |
Renamed 'mq' to 'ipc'
Diffstat (limited to '')
-rw-r--r-- | portato/ipc.pyx (renamed from portato/mq.pyx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/mq.pyx b/portato/ipc.pyx index e9ce464..4a06102 100644 --- a/portato/mq.pyx +++ b/portato/ipc.pyx @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# File: portato/mq.pyx +# File: portato/ipc.pyx # This file is part of the Portato-Project, a graphical portage-frontend. # # Copyright (C) 2006-2009 René 'Necoro' Neumann |