Skip to content

Commit

Permalink
[branding] correct getMachineBrand and getMachineName imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Blackburn committed Jan 18, 2014
1 parent 8361f50 commit cd0aa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmediacenter/src/MC_Settings.py
@@ -1,7 +1,7 @@
from Screens.Screen import Screen
from Screens.MessageBox import MessageBox
from Screens.Standby import TryQuitMainloop
from enigma import getMachineBrand, getMachineName
from boxbranding import getMachineBrand, getMachineName
from Components.ActionMap import ActionMap, NumberActionMap
from Components.Label import Label
from Components.Sources.List import List
Expand Down

0 comments on commit cd0aa43

Please sign in to comment.