We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b96bdc commit 77377f9Copy full SHA for 77377f9
plugins/twitter/examples/test_twitter.py
@@ -1,7 +1,4 @@
1
-import sys
2
-import os
3
-sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "../../../")))
4
-from plugins.twitter.twitter_plugin_gamesdk.twitter_plugin import TwitterPlugin
+from twitter_plugin_gamesdk.twitter_plugin import TwitterPlugin
5
6
# Define your options with the necessary credentials
7
# Using your own X API credentials
0 commit comments