Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/session/Makefile.am
blob: 8c1e4f710db5b8bed26ca56917621ff5389d0c65 (plain)
1
2
3
4
5
6
7
8
9
sugardir = $(pythondir)/sugar/session
sugar_PYTHON =			\
	__init__.py		\
	DbusProcess.py		\
	Emulator.py		\
	MatchboxProcess.py	\
	Process.py		\
	TestSession.py		\
	UITestSession.py