Renamed files in preparation for api changes
commit7a381c92d909a3427ae714896869a4234b505a38
authorDavid Aguilar <davvid@gmail.com>
Fri, 7 Dec 2007 23:28:31 +0000 (7 15:28 -0800)
committerDavid Aguilar <davvid@gmail.com>
Fri, 7 Dec 2007 23:31:15 +0000 (7 15:31 -0800)
tree865cf77f1fa6627b6d95888affd8d6882a5cc61b
parent5eb98942843e23cc45211e7c4310aa26787eba55
Renamed files in preparation for api changes

- We're going to put all ugit modules under ugit.$(module)
- This removes the need for api/ugitapi.py
- This also allows for nicer filenames
- The next commit updates the class names and adds __init__.py
api/ugitapi.py [deleted file]
py/cmds.py [moved from py/ugitcmds.py with 100% similarity]
py/controller.py [moved from py/ugitcontroller.py with 100% similarity]
py/gitmodel.py [moved from py/ugitmodel.py with 100% similarity]
py/utils.py [moved from py/ugitutils.py with 100% similarity]
py/view.py [moved from py/ugitview.py with 100% similarity]
ui/CommandDialog.ui [moved from ui/ugitCommandDialog.ui with 100% similarity]
ui/CommitBrowser.ui [moved from ui/ugitCommitBrowser.ui with 100% similarity]
ui/Window.ui [moved from ui/ugitWindow.ui with 100% similarity]